diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-20 10:25:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-20 10:25:12 +0000 |
commit | b017237487e0103a5119bb398d5c611b930f73a1 (patch) | |
tree | 21f69fcca721514446a2e4b5c23f08990b8da350 /textproc/p5-HTML-Packer/Makefile | |
parent | c48756f2560ec169b215d1df46995a6a80dcd29d (diff) | |
download | ports-b017237487e0103a5119bb398d5c611b930f73a1.tar.gz ports-b017237487e0103a5119bb398d5c611b930f73a1.zip |
Notes
Diffstat (limited to 'textproc/p5-HTML-Packer/Makefile')
-rw-r--r-- | textproc/p5-HTML-Packer/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-HTML-Packer/Makefile b/textproc/p5-HTML-Packer/Makefile index e984920feb48..891bd1e89ed5 100644 --- a/textproc/p5-HTML-Packer/Makefile +++ b/textproc/p5-HTML-Packer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Packer -PORTVERSION= 1.002.001 +PORTVERSION= 1.004.001 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +15,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Another HTML code cleaner +BUILD_DEPENDS= p5-Regexp-RegGrp>=1.001.001:${PORTSDIR}/devel/p5-Regexp-RegGrp RUN_DEPENDS= p5-Regexp-RegGrp>=1.001.001:${PORTSDIR}/devel/p5-Regexp-RegGrp +TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod + PERL_CONFIGURE= yes MAN3= HTML::Packer.3 |