diff options
author | mat <mat@FreeBSD.org> | 2013-06-10 22:29:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-06-10 22:29:05 +0800 |
commit | a864a9f177514b25f24211bf324471751265c87b (patch) | |
tree | 3344fc18432f3e209376af68a0715df705670a19 /devel | |
parent | d2156166b68199840ece7d5d1e0cbe4319b87f40 (diff) | |
download | freebsd-ports-gnome-a864a9f177514b25f24211bf324471751265c87b.tar.gz freebsd-ports-gnome-a864a9f177514b25f24211bf324471751265c87b.tar.zst freebsd-ports-gnome-a864a9f177514b25f24211bf324471751265c87b.zip |
Update to 0.14.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Const-Fast/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-Const-Fast/distinfo | 4 |
2 files changed, 8 insertions, 11 deletions
diff --git a/devel/p5-Const-Fast/Makefile b/devel/p5-Const-Fast/Makefile index bedb07f1436a..260de58aabd2 100644 --- a/devel/p5-Const-Fast/Makefile +++ b/devel/p5-Const-Fast/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Const-Fast -# Date created: 2010-12-12 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# +# Created by: Philip M. Gollucci # $FreeBSD$ -# PORTNAME= Const-Fast -PORTVERSION= 0.013 +PORTVERSION= 0.014 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LEONT @@ -18,12 +14,13 @@ COMMENT= Facility for creating read-only scalars, arrays, and hashes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ +BUILD_DEPENDS:= ${RUN_DEPENDS} \ + p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny +RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Const::Fast.3 diff --git a/devel/p5-Const-Fast/distinfo b/devel/p5-Const-Fast/distinfo index 8d9fb58f05af..2a4ed61a64ec 100644 --- a/devel/p5-Const-Fast/distinfo +++ b/devel/p5-Const-Fast/distinfo @@ -1,2 +1,2 @@ -SHA256 (Const-Fast-0.013.tar.gz) = 8579039ece718d816c0bb85e6ba2d7a23fd9f6d47ac56772022184c06cdac78a -SIZE (Const-Fast-0.013.tar.gz) = 13165 +SHA256 (Const-Fast-0.014.tar.gz) = f805953a08c57846a16a4d85d7b766398afaf7c36c1465fcb1dea09e5fa394db +SIZE (Const-Fast-0.014.tar.gz) = 12886 |