diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-12-05 01:12:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-12-05 01:12:40 +0800 |
commit | 466e27019f041d1c65e64a62f59219a147498fac (patch) | |
tree | 8dedd61b8b2bcc58e05bd2fbf159b30390d104d8 /devel | |
parent | 26448e48e38250a47e6415b7170eaf8691b6f004 (diff) | |
download | freebsd-ports-gnome-466e27019f041d1c65e64a62f59219a147498fac.tar.gz freebsd-ports-gnome-466e27019f041d1c65e64a62f59219a147498fac.tar.zst freebsd-ports-gnome-466e27019f041d1c65e64a62f59219a147498fac.zip |
- Update to 1.03
- Add LICENSE
- Add TEST_DEPENDS
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Data-Domain/Changes
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-Domain/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Data-Domain/distinfo | 4 |
2 files changed, 14 insertions, 10 deletions
diff --git a/devel/p5-Data-Domain/Makefile b/devel/p5-Data-Domain/Makefile index a6cb975ad860..6a70c98487d6 100644 --- a/devel/p5-Data-Domain/Makefile +++ b/devel/p5-Data-Domain/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Data-Domain -# Date created: 2011-09-10 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Data-Domain -PORTVERSION= 0.16 +PORTVERSION= 1.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +10,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data description and validation -BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ + p5-Scalar-Does>=0.007:${PORTSDIR}/devel/p5-Scalar-Does \ + p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_MODBUILD= yes +PERL_MODBUILD= 5.10.1+ MAN3= Data::Domain.3 diff --git a/devel/p5-Data-Domain/distinfo b/devel/p5-Data-Domain/distinfo index 66304d78ba46..a36ff1f31d46 100644 --- a/devel/p5-Data-Domain/distinfo +++ b/devel/p5-Data-Domain/distinfo @@ -1,2 +1,2 @@ -SHA256 (Data-Domain-0.16.tar.gz) = b1bec461dfa0a10558207e7b9ff74663c9c11c30297f548f681ebfe79007a2cb -SIZE (Data-Domain-0.16.tar.gz) = 24280 +SHA256 (Data-Domain-1.03.tar.gz) = 5c22d0740d46c677c49a18ea34bb442ecc6b349a9eb5504f0abb14fe7d489bca +SIZE (Data-Domain-1.03.tar.gz) = 35158 |