diff options
author | culot <culot@FreeBSD.org> | 2014-10-31 17:22:57 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-10-31 17:22:57 +0800 |
commit | c1431ab9bed118ef61a5f91d1111a208b5b06547 (patch) | |
tree | ed2e36a3310c56a34e3a05074434b091099c46a0 /devel/p5-DateTime-Format-MySQL | |
parent | 64af43b3ff42e374ac5874f65d45ca020db51bf3 (diff) | |
download | freebsd-ports-gnome-c1431ab9bed118ef61a5f91d1111a208b5b06547.tar.gz freebsd-ports-gnome-c1431ab9bed118ef61a5f91d1111a208b5b06547.tar.zst freebsd-ports-gnome-c1431ab9bed118ef61a5f91d1111a208b5b06547.zip |
- Update to 0.05
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/DateTime-Format-MySQL/Changes
Diffstat (limited to 'devel/p5-DateTime-Format-MySQL')
-rw-r--r-- | devel/p5-DateTime-Format-MySQL/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-MySQL/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-DateTime-Format-MySQL/Makefile b/devel/p5-DateTime-Format-MySQL/Makefile index 9470379494af..51ab7d71cbc2 100644 --- a/devel/p5-DateTime-Format-MySQL/Makefile +++ b/devel/p5-DateTime-Format-MySQL/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-MySQL -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format MySQL dates and times +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder + p5-DateTime-Format-Builder>=0.6:${PORTSDIR}/devel/p5-DateTime-Format-Builder USES= perl5 USE_PERL5= modbuild diff --git a/devel/p5-DateTime-Format-MySQL/distinfo b/devel/p5-DateTime-Format-MySQL/distinfo index fb20f3f04bca..57223b9201de 100644 --- a/devel/p5-DateTime-Format-MySQL/distinfo +++ b/devel/p5-DateTime-Format-MySQL/distinfo @@ -1,2 +1,2 @@ -SHA256 (DateTime-Format-MySQL-0.04.tar.gz) = f40811b5cd2ad7285669c2d9f61233ac9042a0abdbf712673ae1cecd931f2026 -SIZE (DateTime-Format-MySQL-0.04.tar.gz) = 11539 +SHA256 (DateTime-Format-MySQL-0.05.tar.gz) = 26d0348a930aa34d3b33ec1b2a9d9629f2ee78234e224ca74d594703922ca2e9 +SIZE (DateTime-Format-MySQL-0.05.tar.gz) = 13462 |