diff options
-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 |