diff options
author | clsung <clsung@FreeBSD.org> | 2007-04-23 09:19:31 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-04-23 09:19:31 +0800 |
commit | 3c3f5913e685dc524b7af0451a0141629d88a2e1 (patch) | |
tree | 1b0f64a12771fc9393f215506143a9d1a118d081 | |
parent | 3f702e06ec1efec59ce8fe7b4cbd668604d28282 (diff) | |
download | freebsd-ports-gnome-3c3f5913e685dc524b7af0451a0141629d88a2e1.tar.gz freebsd-ports-gnome-3c3f5913e685dc524b7af0451a0141629d88a2e1.tar.zst freebsd-ports-gnome-3c3f5913e685dc524b7af0451a0141629d88a2e1.zip |
- mark DEPRECATED, already bundled in Kwiki2 (0.39 or later)
Noted by: kris
-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> |