diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-25 02:39:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-25 02:39:36 +0000 |
commit | fe10c5c8de714031f8f50be072b32ea3d14185e3 (patch) | |
tree | c7df249c637be8f0d00b1e6159d320254f49325e /databases/p5-DBIx-Custom/Makefile | |
parent | 98bc05a5ff2831703bcf74688d2f063a0515b550 (diff) | |
download | ports-fe10c5c8de714031f8f50be072b32ea3d14185e3.tar.gz ports-fe10c5c8de714031f8f50be072b32ea3d14185e3.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Custom/Makefile')
-rw-r--r-- | databases/p5-DBIx-Custom/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/databases/p5-DBIx-Custom/Makefile b/databases/p5-DBIx-Custom/Makefile index 6a9ebf7d8ea2..42e55ce66e9d 100644 --- a/databases/p5-DBIx-Custom/Makefile +++ b/databases/p5-DBIx-Custom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Custom -PORTVERSION= 0.1700 +PORTVERSION= 0.1701 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KIMOTO @@ -15,22 +15,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Customizable DBI -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 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + 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-Object-Simple>=3.0621:${PORTSDIR}/devel/p5-Object-Simple \ p5-Time-Piece>=1.15:${PORTSDIR}/devel/p5-Time-Piece PERL_CONFIGURE= yes -LICENSE_COMB= dual -LICENSE= ART10 GPLv1 - MAN3= DBIx::Custom.3 \ DBIx::Custom::Guide.3 \ + DBIx::Custom::Guide::Ja.3 \ DBIx::Custom::Model.3 \ DBIx::Custom::Order.3 \ DBIx::Custom::Query.3 \ |