diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-06-03 18:57:30 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-06-03 18:57:30 +0000 |
commit | 9897852e8c490798596da22678f56cde65fab266 (patch) | |
tree | 7a1681310fa8920b2bcadd8427f5caa002c7b70f /databases/p5-Exception-Class-DBI | |
parent | c02b54f2d6f9156b35cb7469bccf7fa923f78393 (diff) | |
download | ports-9897852e8c490798596da22678f56cde65fab266.tar.gz ports-9897852e8c490798596da22678f56cde65fab266.zip |
Notes
Diffstat (limited to 'databases/p5-Exception-Class-DBI')
-rw-r--r-- | databases/p5-Exception-Class-DBI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Exception-Class-DBI/Makefile b/databases/p5-Exception-Class-DBI/Makefile index 8ec1543d1ebd..c93f51b05195 100644 --- a/databases/p5-Exception-Class-DBI/Makefile +++ b/databases/p5-Exception-Class-DBI/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DBI Exception objects -RUN_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI LICENSE_COMB= dual LICENSE= ART10 GPLv1 |