diff options
| -rw-r--r-- | www/p5-Kwiki-Archive-Rcs/Makefile | 14 |
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> |
