aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-DBSchema
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-21 11:57:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-21 11:57:25 +0000
commit5c53cd9ac68be16e76dba96ccf1392cd6094e617 (patch)
tree3a5ff5497c0ab06e2ce7a083d77fe90f0c65306b /databases/p5-DBIx-DBSchema
parent3f104f9eefd3d58ed580854bd45fea7e21852fa0 (diff)
downloadports-5c53cd9ac68be16e76dba96ccf1392cd6094e617.tar.gz
ports-5c53cd9ac68be16e76dba96ccf1392cd6094e617.zip
- Update to 0.40
- Pet portlint - Add CPAN as primary WWW Changes: http://search.cpan.org/dist/DBIx-DBSchema/Changes
Notes
Notes: svn path=/head/; revision=287790
Diffstat (limited to 'databases/p5-DBIx-DBSchema')
-rw-r--r--databases/p5-DBIx-DBSchema/Makefile8
-rw-r--r--databases/p5-DBIx-DBSchema/distinfo4
-rw-r--r--databases/p5-DBIx-DBSchema/pkg-descr1
3 files changed, 7 insertions, 6 deletions
diff --git a/databases/p5-DBIx-DBSchema/Makefile b/databases/p5-DBIx-DBSchema/Makefile
index 03a3ec0edd28..d5aff5543ea8 100644
--- a/databases/p5-DBIx-DBSchema/Makefile
+++ b/databases/p5-DBIx-DBSchema/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBIx-DBSchema
-PORTVERSION= 0.39
+PORTVERSION= 0.40
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= An OO-interface to database schemas
-BUILD_DEPENDS= ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
- ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw \
+ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/databases/p5-DBIx-DBSchema/distinfo b/databases/p5-DBIx-DBSchema/distinfo
index 854f3b333f05..5e5dadf64285 100644
--- a/databases/p5-DBIx-DBSchema/distinfo
+++ b/databases/p5-DBIx-DBSchema/distinfo
@@ -1,2 +1,2 @@
-SHA256 (DBIx-DBSchema-0.39.tar.gz) = 6d3965ad05379a3de6221ffab21931e427943c0f26450a724bd4cbd574dfd60e
-SIZE (DBIx-DBSchema-0.39.tar.gz) = 27587
+SHA256 (DBIx-DBSchema-0.40.tar.gz) = 0fd0957a28618ce3a2bc52ae35af8a8429377a9cc2320091e945caa3ee90d7d1
+SIZE (DBIx-DBSchema-0.40.tar.gz) = 27656
diff --git a/databases/p5-DBIx-DBSchema/pkg-descr b/databases/p5-DBIx-DBSchema/pkg-descr
index ae07df2b7455..7d4ed83ca944 100644
--- a/databases/p5-DBIx-DBSchema/pkg-descr
+++ b/databases/p5-DBIx-DBSchema/pkg-descr
@@ -4,4 +4,5 @@ schema from an existing database. You can save the schema to disk and restore
it in a different process. Most importantly, DBIx::DBSchema can write SQL
CREATE statements for different databases from a single source.
+WWW: http://search.cpan.org/dist/DBIx-DBSchema/
WWW: http://www.420.am/dbix-dbschema/