diff options
author | clsung <clsung@FreeBSD.org> | 2007-04-24 11:32:58 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-04-24 11:32:58 +0800 |
commit | 693f726f65d9fb75900aedc8a92b6c37f92e2cfb (patch) | |
tree | 29cdd112d0f3f1e84a088dfacc552fec7f8dba7b /www/p5-Kwiki-Diff | |
parent | 8727733b3780165b8ac261317e53cedf3db17ef9 (diff) | |
download | freebsd-ports-gnome-693f726f65d9fb75900aedc8a92b6c37f92e2cfb.tar.gz freebsd-ports-gnome-693f726f65d9fb75900aedc8a92b6c37f92e2cfb.tar.zst freebsd-ports-gnome-693f726f65d9fb75900aedc8a92b6c37f92e2cfb.zip |
- mark DEPRECATED, p5-Kwiki (0.39 or later) already contains it.
PR: porst/112022
Submitted by: clsung
Approved by: maintainer (rafan)
Diffstat (limited to 'www/p5-Kwiki-Diff')
-rw-r--r-- | www/p5-Kwiki-Diff/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Kwiki-Diff/Makefile b/www/p5-Kwiki-Diff/Makefile index 7befd6822adf..8c27d7cd19d3 100644 --- a/www/p5-Kwiki-Diff/Makefile +++ b/www/p5-Kwiki-Diff/Makefile @@ -20,16 +20,16 @@ BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki \ ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff 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::Diff.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} |