diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-10-14 15:13:47 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-10-14 15:13:47 +0000 |
commit | e9c9211c37ed7a1daed638b206c85aa33976c354 (patch) | |
tree | f1843263ec43ac8f20e1cf7db9d02486ebc7e543 /devel/p5-POE-Component-DBIAgent/Makefile | |
parent | 90a942eacb7640303e7091b9f569fb8e035c47fc (diff) |
Notes
Diffstat (limited to 'devel/p5-POE-Component-DBIAgent/Makefile')
-rw-r--r-- | devel/p5-POE-Component-DBIAgent/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/p5-POE-Component-DBIAgent/Makefile b/devel/p5-POE-Component-DBIAgent/Makefile index a2fd31cadd1f..75b9968d554a 100644 --- a/devel/p5-POE-Component-DBIAgent/Makefile +++ b/devel/p5-POE-Component-DBIAgent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-DBIAgent -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= devel perl5 databases MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -15,14 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= POE Component for running asynchronous DBI calls -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${SITE_PERL}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= POE::Component::DBIAgent.3 POE::Component::DBIAgent::Helper.3 \ POE::Component::DBIAgent::Queue.3 |