diff options
author | clsung <clsung@FreeBSD.org> | 2007-04-23 15:26:26 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-04-23 15:26:26 +0800 |
commit | 0be229544f2ef27f8c18c3f18601982482c23d1e (patch) | |
tree | 014c72314ef7642d9ff45711fe9db47f3115d716 /www/p5-Kwiki-VimMode | |
parent | 19f63722ad2a1cf2a2d4d4718d497a4b27b2aed6 (diff) | |
download | freebsd-ports-gnome-0be229544f2ef27f8c18c3f18601982482c23d1e.tar.gz freebsd-ports-gnome-0be229544f2ef27f8c18c3f18601982482c23d1e.tar.zst freebsd-ports-gnome-0be229544f2ef27f8c18c3f18601982482c23d1e.zip |
- mark DEPRECATED, p5-Kwiki (0.39 or later) already contains it.
Diffstat (limited to 'www/p5-Kwiki-VimMode')
-rw-r--r-- | www/p5-Kwiki-VimMode/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/p5-Kwiki-VimMode/Makefile b/www/p5-Kwiki-VimMode/Makefile index c6f75e6206c9..070ae800a096 100644 --- a/www/p5-Kwiki-VimMode/Makefile +++ b/www/p5-Kwiki-VimMode/Makefile @@ -19,17 +19,15 @@ BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki \ ${SITE_PERL}/Text/VimColor.pm:${PORTSDIR}/textproc/p5-Text-VimColor 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::VimMode.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> |