diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-05-26 18:47:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-05-26 18:47:20 +0000 |
commit | b95cdd20a3075982798dad3adfad2f30862af1e0 (patch) | |
tree | 4f7f32589e1d388981e8e4bccecad503505ec4ef /databases/p5-DBIx-Custom | |
parent | 46bebe07f9c56615c11c2071b2446f289491cc7a (diff) | |
download | ports-b95cdd20a3075982798dad3adfad2f30862af1e0.tar.gz ports-b95cdd20a3075982798dad3adfad2f30862af1e0.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Custom')
-rw-r--r-- | databases/p5-DBIx-Custom/Makefile | 29 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/pkg-plist | 2 |
3 files changed, 17 insertions, 18 deletions
diff --git a/databases/p5-DBIx-Custom/Makefile b/databases/p5-DBIx-Custom/Makefile index 2f0797272dd8..8de86fe0702e 100644 --- a/databases/p5-DBIx-Custom/Makefile +++ b/databases/p5-DBIx-Custom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Custom -PORTVERSION= 0.1674 +PORTVERSION= 0.1682 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KIMOTO @@ -19,24 +19,25 @@ BUILD_DEPENDS= p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI \ p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple \ p5-Time-Piece>=1.15:${PORTSDIR}/devel/p5-Time-Piece -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI \ + p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple \ + p5-Time-Piece>=1.15:${PORTSDIR}/devel/p5-Time-Piece PERL_CONFIGURE= yes LICENSE_COMB= dual LICENSE= ART20 GPLv1 -MAN3= DBIx::Custom.3 \ - DBIx::Custom::Guide.3 \ - DBIx::Custom::Guide::Ja.3 \ - DBIx::Custom::Model.3 \ - DBIx::Custom::MySQL.3 \ - DBIx::Custom::Query.3 \ - DBIx::Custom::QueryBuilder.3 \ - DBIx::Custom::Result.3 \ - DBIx::Custom::SQLite.3 \ - DBIx::Custom::Tag.3 \ - DBIx::Custom::Util.3 \ - DBIx::Custom::Where.3 +MAN3= DBIx::Custom.3 \ + DBIx::Custom::Guide.3 \ + DBIx::Custom::Guide::Ja.3 \ + DBIx::Custom::Model.3 \ + DBIx::Custom::Query.3 \ + DBIx::Custom::QueryBuilder.3 \ + DBIx::Custom::Result.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 6f0b84cad350..ac5e199dfea0 100644 --- a/databases/p5-DBIx-Custom/distinfo +++ b/databases/p5-DBIx-Custom/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBIx-Custom-0.1674.tar.gz) = aa7c827db4a6c68424de395b8255abb53a1718d2c235284b6b4e75e4d2907d01 -SIZE (DBIx-Custom-0.1674.tar.gz) = 59653 +SHA256 (DBIx-Custom-0.1682.tar.gz) = e95975081b20bd85cdf69764caf2885944b82618a831588a103e77c2ef7504fa +SIZE (DBIx-Custom-0.1682.tar.gz) = 59850 diff --git a/databases/p5-DBIx-Custom/pkg-plist b/databases/p5-DBIx-Custom/pkg-plist index c4768a9147e3..dee7a6b26c73 100644 --- a/databases/p5-DBIx-Custom/pkg-plist +++ b/databases/p5-DBIx-Custom/pkg-plist @@ -2,11 +2,9 @@ %%SITE_PERL%%/DBIx/Custom/Guide/Ja.pod %%SITE_PERL%%/DBIx/Custom/Guide.pod %%SITE_PERL%%/DBIx/Custom/Model.pm -%%SITE_PERL%%/DBIx/Custom/MySQL.pm %%SITE_PERL%%/DBIx/Custom/Query.pm %%SITE_PERL%%/DBIx/Custom/QueryBuilder.pm %%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 |