diff options
author | culot <culot@FreeBSD.org> | 2013-06-25 22:37:12 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-06-25 22:37:12 +0800 |
commit | 5caa470e38f47349f489a3d6c5337edd9460f8b3 (patch) | |
tree | 4d94138db24066952f9318ba63612be103ecd5e7 | |
parent | 645f3ad74585f1a268865ca7394cb302231d38d0 (diff) | |
download | freebsd-ports-gnome-5caa470e38f47349f489a3d6c5337edd9460f8b3.tar.gz freebsd-ports-gnome-5caa470e38f47349f489a3d6c5337edd9460f8b3.tar.zst freebsd-ports-gnome-5caa470e38f47349f489a3d6c5337edd9460f8b3.zip |
- Update 0.101622
- Trim Makefile's header
Changes: http://search.cpan.org/dist/Data-Section/Changes
-rw-r--r-- | devel/p5-Data-Section/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Data-Section/distinfo | 4 |
2 files changed, 11 insertions, 10 deletions
diff --git a/devel/p5-Data-Section/Makefile b/devel/p5-Data-Section/Makefile index a6f3afdbb55f..1872c948b8ac 100644 --- a/devel/p5-Data-Section/Makefile +++ b/devel/p5-Data-Section/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: Data-Section -# Date created: 27 December 2009 -# Whom: Andrey Kostenko <andrey@kostenko.name> -# +# Created by: Andrey Kostenko <andrey@kostenko.name> # $FreeBSD$ -# PORTNAME= Data-Section -PORTVERSION= 0.101621 +PORTVERSION= 0.101622 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,10 +17,15 @@ BUILD_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat RUN_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat -TEST_DEPENDS= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= YES MAN3= Data::Section.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Data-Section/distinfo b/devel/p5-Data-Section/distinfo index 28e25f266bf3..e6d75e51b448 100644 --- a/devel/p5-Data-Section/distinfo +++ b/devel/p5-Data-Section/distinfo @@ -1,2 +1,2 @@ -SHA256 (Data-Section-0.101621.tar.gz) = 07fe7bbc0c7a31814c6d849e579610e51b5ca4912d223cc37568a4900f1aa404 -SIZE (Data-Section-0.101621.tar.gz) = 14913 +SHA256 (Data-Section-0.101622.tar.gz) = 33613e5daf0791fc2c5878fd82ef260e944b1e1fa205bcc753c31c62f5b7c7d3 +SIZE (Data-Section-0.101622.tar.gz) = 17813 |