diff options
author | culot <culot@FreeBSD.org> | 2015-10-16 19:30:30 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2015-10-16 19:30:30 +0800 |
commit | 2fd81030d17270779a2b76b75d4d1008b43bfbaa (patch) | |
tree | 74cd17e8c5506a387e7aab280fec30078474c037 | |
parent | d72b4ad74f0a0b5074f1317957e3c17176dc5945 (diff) | |
download | freebsd-ports-gnome-2fd81030d17270779a2b76b75d4d1008b43bfbaa.tar.gz freebsd-ports-gnome-2fd81030d17270779a2b76b75d4d1008b43bfbaa.tar.zst freebsd-ports-gnome-2fd81030d17270779a2b76b75d4d1008b43bfbaa.zip |
- Update to 2.04
- Add LICENSE (Artistic 1 & GPL 1)
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Test-DatabaseRow/CHANGES
-rw-r--r-- | databases/p5-Test-DatabaseRow/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-Test-DatabaseRow/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/databases/p5-Test-DatabaseRow/Makefile b/databases/p5-Test-DatabaseRow/Makefile index 273e7a0c1162..e096f05d0715 100644 --- a/databases/p5-Test-DatabaseRow/Makefile +++ b/databases/p5-Test-DatabaseRow/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-DatabaseRow -PORTVERSION= 2.03 -PORTREVISION= 1 +PORTVERSION= 2.04 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Simple database tests -BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/databases/p5-Test-DatabaseRow/distinfo b/databases/p5-Test-DatabaseRow/distinfo index 76ba9c7021a3..34c8770d1c9b 100644 --- a/databases/p5-Test-DatabaseRow/distinfo +++ b/databases/p5-Test-DatabaseRow/distinfo @@ -1,2 +1,2 @@ -SHA256 (Test-DatabaseRow-2.03.tar.gz) = 67e22bc06acdc67b608f184739ba6af6aa182034263a672a26fe00489041f548 -SIZE (Test-DatabaseRow-2.03.tar.gz) = 44548 +SHA256 (Test-DatabaseRow-2.04.tar.gz) = 3bcacc2061bfa743ea9d5471ffb0ca6b858153be0527bdadce93f58e85981ddf +SIZE (Test-DatabaseRow-2.04.tar.gz) = 47090 |