diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-21 11:57:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-21 11:57:25 +0000 |
commit | 5c53cd9ac68be16e76dba96ccf1392cd6094e617 (patch) | |
tree | 3a5ff5497c0ab06e2ce7a083d77fe90f0c65306b /databases/p5-DBIx-DBSchema/Makefile | |
parent | 3f104f9eefd3d58ed580854bd45fea7e21852fa0 (diff) | |
download | ports-5c53cd9ac68be16e76dba96ccf1392cd6094e617.tar.gz ports-5c53cd9ac68be16e76dba96ccf1392cd6094e617.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-DBSchema/Makefile')
-rw-r--r-- | databases/p5-DBIx-DBSchema/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |