diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-04 03:31:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-04 03:31:47 +0800 |
commit | ef76f9b6b59a96e78cc12787187345d01853210f (patch) | |
tree | 8419c8a581212d65d4b3812f7db9a994fec51c98 /textproc | |
parent | 4de5bc7aba1ba240c9dd53090fe57d9b3feac0c6 (diff) | |
download | freebsd-ports-gnome-ef76f9b6b59a96e78cc12787187345d01853210f.tar.gz freebsd-ports-gnome-ef76f9b6b59a96e78cc12787187345d01853210f.tar.zst freebsd-ports-gnome-ef76f9b6b59a96e78cc12787187345d01853210f.zip |
- Update to 2.23
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Petal/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Petal/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-Petal/distinfo | 4 |
2 files changed, 12 insertions, 10 deletions
diff --git a/textproc/p5-Petal/Makefile b/textproc/p5-Petal/Makefile index be41e74f5d78..8134a2621fd2 100644 --- a/textproc/p5-Petal/Makefile +++ b/textproc/p5-Petal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Petal -PORTVERSION= 2.22 +PORTVERSION= 2.23 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NINE @@ -11,16 +11,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Template Attribute Language - TAL for Perl! -BUILD_DEPENDS= p5-MKDoc-XML>=0:${PORTSDIR}/textproc/p5-MKDoc-XML +BUILD_DEPENDS= p5-MKDoc-XML>=0.72:${PORTSDIR}/textproc/p5-MKDoc-XML RUN_DEPENDS:= ${BUILD_DEPENDS} - -MAN3= Petal.3 \ - Petal::Cookbook.3 \ - Petal::Deprecated.3 \ - Petal::Hash::Test.3 \ - Petal::I18N.3 +TEST_DEPENDS= p5-Locale-Maketext-Gettext>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Gettext \ + p5-URI>=0:${PORTSDIR}/net/p5-URI USES= perl5 USE_PERL5= configure +MAN3= Petal.3 \ + Petal::Cookbook.3 \ + Petal::Deprecated.3 \ + Petal::Hash::Test.3 \ + Petal::I18N.3 + .include <bsd.port.mk> diff --git a/textproc/p5-Petal/distinfo b/textproc/p5-Petal/distinfo index 9aed2440827e..11885fb2a6f7 100644 --- a/textproc/p5-Petal/distinfo +++ b/textproc/p5-Petal/distinfo @@ -1,2 +1,2 @@ -SHA256 (Petal-2.22.tar.gz) = 50e169b7f183d70e1f62b4af7cc975a3acfa4e25fd5e4a47ca15701a2583d276 -SIZE (Petal-2.22.tar.gz) = 94234 +SHA256 (Petal-2.23.tar.gz) = 23161731ff2c054dcbab9e908f573466a9be17dea82c68a666d84cad7821d482 +SIZE (Petal-2.23.tar.gz) = 94121 |