diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-07-10 04:52:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-07-10 04:52:07 +0800 |
commit | 6104fdaff0515e75ccb572707fb3aeb16eb5a85e (patch) | |
tree | 88ebf5ac93b16f0ce2986ed6a1510025184c0a52 /textproc | |
parent | b424ea80433806f5e4b57d33931a98b78f30f0dd (diff) | |
download | freebsd-ports-gnome-6104fdaff0515e75ccb572707fb3aeb16eb5a85e.tar.gz freebsd-ports-gnome-6104fdaff0515e75ccb572707fb3aeb16eb5a85e.tar.zst freebsd-ports-gnome-6104fdaff0515e75ccb572707fb3aeb16eb5a85e.zip |
- Update to 1.05
- Add LICENSE
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/HTML-Entities-Interpolate/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-HTML-Entities-Interpolate/Makefile | 15 | ||||
-rw-r--r-- | textproc/p5-HTML-Entities-Interpolate/distinfo | 4 |
2 files changed, 8 insertions, 11 deletions
diff --git a/textproc/p5-HTML-Entities-Interpolate/Makefile b/textproc/p5-HTML-Entities-Interpolate/Makefile index 8a18977b3c88..3bf27b766a2f 100644 --- a/textproc/p5-HTML-Entities-Interpolate/Makefile +++ b/textproc/p5-HTML-Entities-Interpolate/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-HTML-Entities-Interpolate -# Date created: 2011-08-04 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= HTML-Entities-Interpolate -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +11,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string +LICENSE= ART20 + BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Tie-Function>=0:${PORTSDIR}/devel/p5-Tie-Function -RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Tie-Function>=0:${PORTSDIR}/devel/p5-Tie-Function -TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Pod>=1.45:${PORTSDIR}/devel/p5-Test-Pod PERL_CONFIGURE= yes diff --git a/textproc/p5-HTML-Entities-Interpolate/distinfo b/textproc/p5-HTML-Entities-Interpolate/distinfo index 9a39f70fb4a0..17e394ac6e6f 100644 --- a/textproc/p5-HTML-Entities-Interpolate/distinfo +++ b/textproc/p5-HTML-Entities-Interpolate/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-Entities-Interpolate-1.04.tgz) = efc22c4aa1fbe26112a53e4e637c7632b48ea429f2648cdb3207fc003e7540f9 -SIZE (HTML-Entities-Interpolate-1.04.tgz) = 3786 +SHA256 (HTML-Entities-Interpolate-1.05.tgz) = f5c0199c72acb65f7ea158698fa8dc13c1cd4d64b8ba657a2e18e93d859b1f81 +SIZE (HTML-Entities-Interpolate-1.05.tgz) = 4070 |