diff options
Diffstat (limited to 'textproc/p5-Text-Hatena/Makefile')
-rw-r--r-- | textproc/p5-Text-Hatena/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-Text-Hatena/Makefile b/textproc/p5-Text-Hatena/Makefile index 01374836a5da..ed4d2c1afbd2 100644 --- a/textproc/p5-Text-Hatena/Makefile +++ b/textproc/p5-Text-Hatena/Makefile @@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for formatting text with Hatena Style -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= p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ + p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \ + p5-Regexp-Assemble>=0.28:devel/p5-Regexp-Assemble RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base +TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base USES= perl5 USE_PERL5= configure |