diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
commit | 0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /databases/p5-POE-Component-LaDBI | |
parent | c37aa810ab6b2dec5c29293ea60ad8f84d8effda (diff) |
Notes
Diffstat (limited to 'databases/p5-POE-Component-LaDBI')
-rw-r--r-- | databases/p5-POE-Component-LaDBI/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-POE-Component-LaDBI/Makefile b/databases/p5-POE-Component-LaDBI/Makefile index a01a5d60add1..4c6e0489ad58 100644 --- a/databases/p5-POE-Component-LaDBI/Makefile +++ b/databases/p5-POE-Component-LaDBI/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: POE-Component-LaDBI -# Date created: 09 February 2004 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= POE-Component-LaDBI PORTVERSION= 1.2.1 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure patch MAN3= POE::Component::LaDBI.3 POE::Component::LaDBI::Commands.3 \ POE::Component::LaDBI::Engine.3 \ |