diff options
author | swills <swills@FreeBSD.org> | 2012-04-10 06:25:54 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-10 06:25:54 +0800 |
commit | a6ee8a03dd0a71609f029f418498c82421aa0ab3 (patch) | |
tree | 7b9c899b1837c77ddf412ddbb3abb4d5c46187ba /net | |
parent | 1197baeab040b7abd17ea988929f86ee83123ed9 (diff) | |
download | freebsd-ports-gnome-a6ee8a03dd0a71609f029f418498c82421aa0ab3.tar.gz freebsd-ports-gnome-a6ee8a03dd0a71609f029f418498c82421aa0ab3.tar.zst freebsd-ports-gnome-a6ee8a03dd0a71609f029f418498c82421aa0ab3.zip |
- Add missing DEPENDS
- Bump PORTREVISION
PR: ports/165822
Approved by: maintainer timeout (vvelox@vvelox.net, >1 month)
Feature safe: yes
Diffstat (limited to 'net')
-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 |