diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-23 06:04:23 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-23 06:04:23 +0000 |
commit | 3bbbaf2e619e34394d879ec303630567111b9b9d (patch) | |
tree | c38a1114b667dbbc1964b963ebbe2efe35036717 /www | |
parent | - mark DEPRECATED, p5-Kwiki (0.39 or later) already contains it. (diff) |
- mark DEPRECATED, p5-Kwiki (0.39 or later) already contains them.
Notes
Notes:
svn path=/head/; revision=190685
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Kwiki-RecentChanges/Makefile | 12 | ||||
-rw-r--r-- | www/p5-Kwiki-RecentChangesRSS/Makefile | 15 |
2 files changed, 11 insertions, 16 deletions
diff --git a/www/p5-Kwiki-RecentChanges/Makefile b/www/p5-Kwiki-RecentChanges/Makefile index 805e7efc9eba..0fccb4d390c8 100644 --- a/www/p5-Kwiki-RecentChanges/Makefile +++ b/www/p5-Kwiki-RecentChanges/Makefile @@ -18,17 +18,15 @@ COMMENT= Kwiki Recent Changes Plugin BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${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::RecentChanges.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> diff --git a/www/p5-Kwiki-RecentChangesRSS/Makefile b/www/p5-Kwiki-RecentChangesRSS/Makefile index 57e1f6e7702d..1953021ce20d 100644 --- a/www/p5-Kwiki-RecentChangesRSS/Makefile +++ b/www/p5-Kwiki-RecentChangesRSS/Makefile @@ -15,21 +15,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Kwiki RSS Plugin -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS +BUILD_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS 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::RecentChangesRSS.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> |