diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-08-28 10:30:59 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-08-28 10:30:59 +0800 |
commit | 9bb1edb7b44d5b791688712c31180cf0de8c76a1 (patch) | |
tree | ecd15a1a57fd4f92b2d3699e5c6cdb9874b1e03b /net | |
parent | c061672781fd09e3675429304df42669fa766e5f (diff) | |
download | freebsd-ports-gnome-9bb1edb7b44d5b791688712c31180cf0de8c76a1.tar.gz freebsd-ports-gnome-9bb1edb7b44d5b791688712c31180cf0de8c76a1.tar.zst freebsd-ports-gnome-9bb1edb7b44d5b791688712c31180cf0de8c76a1.zip |
- Fix RUN_DEPENDS
PR: ports/147397
Submitted by: myself (pgollucci)
Reviewed by: az
Approved by: "Zane C.B." <vvelox@vvelox.net> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-LDAP-Makepath/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/p5-Net-LDAP-Makepath/Makefile b/net/p5-Net-LDAP-Makepath/Makefile index 17bf639392cf..02586b4cb9a6 100644 --- a/net/p5-Net-LDAP-Makepath/Makefile +++ b/net/p5-Net-LDAP-Makepath/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-LDAP-Makepath PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX @@ -15,6 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Provides a methode for creating paths in LDAP simply +RUN_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap + PERL_CONFIGURE= yes MAN3= Net::LDAP::Makepath.3 |