diff options
author | bapt <bapt@FreeBSD.org> | 2011-02-28 19:09:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-02-28 19:09:06 +0800 |
commit | 572e512009b55285e285f401eb5c269bd53e4349 (patch) | |
tree | 734db81a1f4af5ac65764f7ef2f36717bf153493 /databases | |
parent | 5217c3f1661f24dcb14bab929424387f7db1a862 (diff) | |
download | freebsd-ports-gnome-572e512009b55285e285f401eb5c269bd53e4349.tar.gz freebsd-ports-gnome-572e512009b55285e285f401eb5c269bd53e4349.tar.zst freebsd-ports-gnome-572e512009b55285e285f401eb5c269bd53e4349.zip |
- update to 0.1652
- add licenses
- Changelog: http://search.cpan.org/src/KIMOTO/DBIx-Custom-0.1652/Changes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Custom/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/pkg-plist | 1 |
3 files changed, 10 insertions, 4 deletions
diff --git a/databases/p5-DBIx-Custom/Makefile b/databases/p5-DBIx-Custom/Makefile index 87c597ac51da..b00943837eb9 100644 --- a/databases/p5-DBIx-Custom/Makefile +++ b/databases/p5-DBIx-Custom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Custom -PORTVERSION= 0.1651 +PORTVERSION= 0.1652 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/K/KI/KIMOTO @@ -21,7 +21,11 @@ BUILD_DEPENDS= p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Time-Piece>=1.15:${PORTSDIR}/devel/p5-Time-Piece RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes + +LICENSE_COMB= dual +LICENSE= ART20 GPLv1 + MAN3= DBIx::Custom.3 \ DBIx::Custom::Guide.3 \ DBIx::Custom::Guide::Ja.3 \ @@ -32,6 +36,7 @@ MAN3= DBIx::Custom.3 \ DBIx::Custom::Result.3 \ DBIx::Custom::SQLite.3 \ DBIx::Custom::Tag.3 \ + DBIx::Custom::Util.3 \ DBIx::Custom::Where.3 .include <bsd.port.mk> diff --git a/databases/p5-DBIx-Custom/distinfo b/databases/p5-DBIx-Custom/distinfo index bd78e88d5188..fbc7d7b111db 100644 --- a/databases/p5-DBIx-Custom/distinfo +++ b/databases/p5-DBIx-Custom/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBIx-Custom-0.1651.tar.gz) = 38336ed4a88f40d41409b719ee4065484960da3520846f8940a30b87a6791a1e -SIZE (DBIx-Custom-0.1651.tar.gz) = 51280 +SHA256 (DBIx-Custom-0.1652.tar.gz) = e63f02f9beebef6650a3f546fae4c20ee873379f128bcbc8f28384bc9e9a88b5 +SIZE (DBIx-Custom-0.1652.tar.gz) = 51839 diff --git a/databases/p5-DBIx-Custom/pkg-plist b/databases/p5-DBIx-Custom/pkg-plist index 2536e1adb47d..c4768a9147e3 100644 --- a/databases/p5-DBIx-Custom/pkg-plist +++ b/databases/p5-DBIx-Custom/pkg-plist @@ -8,6 +8,7 @@ %%SITE_PERL%%/DBIx/Custom/Result.pm %%SITE_PERL%%/DBIx/Custom/SQLite.pm %%SITE_PERL%%/DBIx/Custom/Tag.pm +%%SITE_PERL%%/DBIx/Custom/Util.pm %%SITE_PERL%%/DBIx/Custom/Where.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Custom/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Custom |