diff options
Diffstat (limited to 'textproc/p5-Text-Hatena')
-rw-r--r-- | textproc/p5-Text-Hatena/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/p5-Text-Hatena/Makefile b/textproc/p5-Text-Hatena/Makefile index f3280809449b..305185f3d37a 100644 --- a/textproc/p5-Text-Hatena/Makefile +++ b/textproc/p5-Text-Hatena/Makefile @@ -7,6 +7,7 @@ PORTNAME= Text-Hatena PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for formatting text with Hatena Style -RUN_DEPENDS= p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent \ +BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent \ p5-Regexp-Assemble>=0.28:${PORTSDIR}/devel/p5-Regexp-Assemble -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base PERL_CONFIGURE= yes |