diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-02-14 20:26:37 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-02-14 20:26:37 +0000 |
commit | c80ded8a982c4a18ea14d0766a74642976cf4e03 (patch) | |
tree | 9757034c6ff6d1572064fa363e2794af901c89b3 /databases/p5-POE-Component-EasyDBI/Makefile | |
parent | 313df696418c44c4a7217ee2f25d91bea63df27a (diff) |
Notes
Diffstat (limited to 'databases/p5-POE-Component-EasyDBI/Makefile')
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-POE-Component-EasyDBI/Makefile b/databases/p5-POE-Component-EasyDBI/Makefile index 5c1b2483e11f..ae9600a73da6 100644 --- a/databases/p5-POE-Component-EasyDBI/Makefile +++ b/databases/p5-POE-Component-EasyDBI/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-EasyDBI -PORTVERSION= 1.24 -PORTREVISION= 1 +PORTVERSION= 1.28 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +13,13 @@ COMMENT= POE Component for simplified DBI usage LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-Error>=0:${PORTSDIR}/lang/p5-Error \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util +BUILD_DEPENDS= p5-DBI>=1.38:${PORTSDIR}/databases/p5-DBI \ + p5-POE>=0.3101:${PORTSDIR}/devel/p5-POE \ + p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include <bsd.port.mk> |