diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-28 22:41:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-28 22:41:28 +0000 |
commit | 4655e721532604206dc9cdabb8e4cd16e8937876 (patch) | |
tree | a489f47284d31e8b6fbf863ee0feab553af40cda /net | |
parent | ff271f99964216898a2fb2b96affbad7672eaebb (diff) | |
download | ports-4655e721532604206dc9cdabb8e4cd16e8937876.tar.gz ports-4655e721532604206dc9cdabb8e4cd16e8937876.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-LDAP-AutoDNs/Makefile | 24 | ||||
-rw-r--r-- | net/p5-Net-LDAP-AutoDNs/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-LDAP-AutoDNs/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-LDAP-AutoDNs/pkg-plist | 7 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 996ece9f53f1..7776e554dcd9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -507,6 +507,7 @@ SUBDIR += p5-Net-Interface SUBDIR += p5-Net-Jaiku SUBDIR += p5-Net-Jifty + SUBDIR += p5-Net-LDAP-AutoDNs SUBDIR += p5-Net-LDAP-Express SUBDIR += p5-Net-LDAP-LDAPhash SUBDIR += p5-Net-Libdnet diff --git a/net/p5-Net-LDAP-AutoDNs/Makefile b/net/p5-Net-LDAP-AutoDNs/Makefile new file mode 100644 index 000000000000..dcafecd2e0b3 --- /dev/null +++ b/net/p5-Net-LDAP-AutoDNs/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Net-LDAP-AutoDNs +# Date created: 2008-06-24 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= Net-LDAP-AutoDNs +PORTVERSION= 0.0.0 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Automatically make some default decisions some LDAP DNs and scopes + +RUN_DEPENDS= ${SITE_PERL}/mach/BSD/Sysctl.pm:${PORTSDIR}/sysutils/p5-BSD-Sysctl + +PERL_CONFIGURE= yes + +MAN3= Net::LDAP::AutoDNs.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-LDAP-AutoDNs/distinfo b/net/p5-Net-LDAP-AutoDNs/distinfo new file mode 100644 index 000000000000..6a7445c981ba --- /dev/null +++ b/net/p5-Net-LDAP-AutoDNs/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-LDAP-AutoDNs-0.0.0.tar.gz) = 9702a3133ea134e7568a09bc6899b736 +SHA256 (Net-LDAP-AutoDNs-0.0.0.tar.gz) = 0a29f8d881e19d67a0106598049cfb182fa584bffe536ba2a54f5688bdf3ea51 +SIZE (Net-LDAP-AutoDNs-0.0.0.tar.gz) = 3917 diff --git a/net/p5-Net-LDAP-AutoDNs/pkg-descr b/net/p5-Net-LDAP-AutoDNs/pkg-descr new file mode 100644 index 000000000000..b7732cdf22ac --- /dev/null +++ b/net/p5-Net-LDAP-AutoDNs/pkg-descr @@ -0,0 +1,3 @@ +Automatically make some default decisions some LDAP DNs and scopes. + +WWW: http://search.cpan.org/dist/Net-LDAP-Makepath/ diff --git a/net/p5-Net-LDAP-AutoDNs/pkg-plist b/net/p5-Net-LDAP-AutoDNs/pkg-plist new file mode 100644 index 000000000000..d3f796571d32 --- /dev/null +++ b/net/p5-Net-LDAP-AutoDNs/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Net/LDAP/AutoDNs.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/AutoDNs/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/AutoDNs +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/LDAP +@dirrmtry %%SITE_PERL%%/Net |