diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-01-20 13:16:15 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-01-20 13:16:15 +0000 |
commit | 6170da237446fb52be64883ad78359e5529689ab (patch) | |
tree | ce239bb5cc1570aa98c63d05a52160d040ddd7f4 /textproc/p5-HTML-HTML5-Entities | |
parent | 1b52d2aaad80c2cc4c11103c01285f7291d9f637 (diff) | |
download | ports-6170da237446fb52be64883ad78359e5529689ab.tar.gz ports-6170da237446fb52be64883ad78359e5529689ab.zip |
Notes
Diffstat (limited to 'textproc/p5-HTML-HTML5-Entities')
-rw-r--r-- | textproc/p5-HTML-HTML5-Entities/Makefile | 14 | ||||
-rw-r--r-- | textproc/p5-HTML-HTML5-Entities/distinfo | 4 |
2 files changed, 12 insertions, 6 deletions
diff --git a/textproc/p5-HTML-HTML5-Entities/Makefile b/textproc/p5-HTML-HTML5-Entities/Makefile index 6b1ed4c942b5..7ba366603dd8 100644 --- a/textproc/p5-HTML-HTML5-Entities/Makefile +++ b/textproc/p5-HTML-HTML5-Entities/Makefile @@ -6,9 +6,10 @@ # PORTNAME= HTML-HTML5-Entities -PORTVERSION= 0.001 +PORTVERSION= 0.002 CATEGORIES= textproc perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:TOBYINK PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org @@ -17,12 +18,17 @@ COMMENT= Pure Perl drop-in replacement for HTML::Entities LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense +BUILD_DEPENDS= p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= HTML::HTML5::Entities.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-parent>0:${PORTSDIR}/devel/p5-parent +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-HTML-HTML5-Entities/distinfo b/textproc/p5-HTML-HTML5-Entities/distinfo index 71fba0a3eb71..033bb56e6932 100644 --- a/textproc/p5-HTML-HTML5-Entities/distinfo +++ b/textproc/p5-HTML-HTML5-Entities/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-HTML5-Entities-0.001.tar.gz) = b8b2f2af14539efc4cb46718f4d60043eebc50928f9aee3760f9a07021cce282 -SIZE (HTML-HTML5-Entities-0.001.tar.gz) = 61504 +SHA256 (HTML-HTML5-Entities-0.002.tar.gz) = 651cafe62766a9acd24f52fe9e51a4b6847cc171479ca7ebdeef643cc687b471 +SIZE (HTML-HTML5-Entities-0.002.tar.gz) = 63433 |