diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-09 22:25:54 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-09 22:25:54 +0000 |
commit | 918af088fa8c626890cc0b9ca2c6e8a88802ba31 (patch) | |
tree | 25c62d767875eb06746a890f6b9652cc4bd75a43 /net/p5-Net-LDAP-Express | |
parent | 496f930be889ae0fee2a06672349f1821e2382d2 (diff) | |
download | ports-918af088fa8c626890cc0b9ca2c6e8a88802ba31.tar.gz ports-918af088fa8c626890cc0b9ca2c6e8a88802ba31.zip |
Notes
Diffstat (limited to 'net/p5-Net-LDAP-Express')
-rw-r--r-- | net/p5-Net-LDAP-Express/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/p5-Net-LDAP-Express/Makefile b/net/p5-Net-LDAP-Express/Makefile index 3087736e0814..ce4276ab96cf 100644 --- a/net/p5-Net-LDAP-Express/Makefile +++ b/net/p5-Net-LDAP-Express/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-LDAP-Express PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= A module to simplify connecting up to a LDAP server +BUILD_DEPENDS= p5-perl-ldap>=0.23:${PORTSDIR}/net/p5-perl-ldap +RUN_DEPENS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Net::LDAP::Express.3 |