diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-06 00:52:05 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-06 00:52:05 +0000 |
commit | 560328e8e39fd91c1b6fa6125bed12937368c1d7 (patch) | |
tree | 74cc1e11b5a39cb39ea9117450e680ce6cd081b7 /textproc/p5-Text-Hatena/Makefile | |
parent | ed43a2531cb7b2fe293a159223c121cb78866610 (diff) | |
download | ports-560328e8e39fd91c1b6fa6125bed12937368c1d7.tar.gz ports-560328e8e39fd91c1b6fa6125bed12937368c1d7.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Hatena/Makefile')
-rw-r--r-- | textproc/p5-Text-Hatena/Makefile | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/textproc/p5-Text-Hatena/Makefile b/textproc/p5-Text-Hatena/Makefile index 9eaa87ef9ba5..790de4981a59 100644 --- a/textproc/p5-Text-Hatena/Makefile +++ b/textproc/p5-Text-Hatena/Makefile @@ -6,31 +6,21 @@ # PORTNAME= Text-Hatena -PORTVERSION= 0.16 +PORTVERSION= 0.20 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for formatting text with Hatena Style -RUN_DEPENDS= p5-HTML-Parser>=3.26:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Net-Amazon>=0.34:${PORTSDIR}/net/p5-Net-Amazon \ - p5-Template-Toolkit>=2.14:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - p5-Text-VimColor>=0.11:${PORTSDIR}/textproc/p5-Text-VimColor +RUN_DEPENDS= p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent \ + p5-Regexp-Assemble>=0.28:${PORTSDIR}/devel/p5-Regexp-Assemble BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Text::Hatena.3 Text::Hatena::AutoLink.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 # inherited from net/p5-Amazon -IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |