diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-13 00:08:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-13 00:08:46 +0800 |
commit | c6ba14d0c5bbab24eeae242575bd8f9ad255663e (patch) | |
tree | 3efca2efbcbcbc1cf15789b1a0f7e26cef982ce4 /databases | |
parent | 4b983ee24b8fb276d3f972da87b3d9903f195b80 (diff) | |
download | freebsd-ports-gnome-c6ba14d0c5bbab24eeae242575bd8f9ad255663e.tar.gz freebsd-ports-gnome-c6ba14d0c5bbab24eeae242575bd8f9ad255663e.tar.zst freebsd-ports-gnome-c6ba14d0c5bbab24eeae242575bd8f9ad255663e.zip |
- Update to 0.98
- Add LICENSE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/CDB_File/CHANGES
PR: 201481
Submitted by: Jon Nistor <nistor@snickers.org> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-CDB_File/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-CDB_File/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/databases/p5-CDB_File/Makefile b/databases/p5-CDB_File/Makefile index 34aa9181bc39..f05b47e812b2 100644 --- a/databases/p5-CDB_File/Makefile +++ b/databases/p5-CDB_File/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CDB_File -PORTVERSION= 0.97 -PORTREVISION= 2 +PORTVERSION= 0.98 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= nistor@snickers.org COMMENT= Perl5 interface to the CDB package +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 shebangfix SHEBANG_FILES= bun-x.pl USE_PERL5= configure diff --git a/databases/p5-CDB_File/distinfo b/databases/p5-CDB_File/distinfo index 25df647b52ac..39724d028a6f 100644 --- a/databases/p5-CDB_File/distinfo +++ b/databases/p5-CDB_File/distinfo @@ -1,2 +1,2 @@ -SHA256 (CDB_File-0.97.tar.gz) = 9602f924f257627578455a2c695af52e09b44481e14993ee8c5e86510c946d6b -SIZE (CDB_File-0.97.tar.gz) = 16516 +SHA256 (CDB_File-0.98.tar.gz) = 576a5617040f39d26ace6693d921d7b31e91212f718ab4e852694c7bc6d1b990 +SIZE (CDB_File-0.98.tar.gz) = 59965 |