summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-04-23 01:19:31 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-04-23 01:19:31 +0000
commitcd913f1611a33a5d559e4500c0cad95ae1cbfb9f (patch)
treee60b9e9859f837069c1ecbb10203aa8d67bca487 /www
parentMarked as BROKEN [1], and make fetchable [2]. (diff)
- mark DEPRECATED, already bundled in Kwiki2 (0.39 or later)
Noted by: kris
Notes
Notes: svn path=/head/; revision=190666
Diffstat (limited to 'www')
-rw-r--r--www/p5-Kwiki-Archive-Rcs/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-Kwiki-Archive-Rcs/Makefile b/www/p5-Kwiki-Archive-Rcs/Makefile
index 3b56a99e1af7..ebef87eb97a0 100644
--- a/www/p5-Kwiki-Archive-Rcs/Makefile
+++ b/www/p5-Kwiki-Archive-Rcs/Makefile
@@ -15,20 +15,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Kwiki Page Archival Using RCS
-BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki
+BUILD_DEPENDS= p5-Kwiki>=0.38:${PORTSDIR}/www/p5-Kwiki
RUN_DEPENDS= ${BUILD_DEPENDS}
+DEPRECATED= Already bundled in www/p5-Kwiki (0.39 or latter)
+EXPIRATION_DATE= 2007-07-28
+BROKEN= ${DEPRECATED}
+
PERL_CONFIGURE= yes
MAN3= Kwiki::Archive::Rcs.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500601
-IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
-.endif
-
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>