From 6104fdaff0515e75ccb572707fb3aeb16eb5a85e Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 9 Jul 2013 20:52:07 +0000 Subject: - Update to 1.05 - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/HTML-Entities-Interpolate/Changes --- textproc/p5-HTML-Entities-Interpolate/Makefile | 15 ++++++--------- 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 -# +# Created by: Sunpoet Po-Chuan Hsieh # $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 -- cgit