diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-28 22:42:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-28 22:42:07 +0000 |
commit | 1fafb74c4b1c6dc70d01829787905c487ff71814 (patch) | |
tree | de14a4b476e89f7d2e82e25af063e30e9f1693e9 /net/p5-Net-LDAP-Makepath | |
parent | 4655e721532604206dc9cdabb8e4cd16e8937876 (diff) | |
download | ports-1fafb74c4b1c6dc70d01829787905c487ff71814.tar.gz ports-1fafb74c4b1c6dc70d01829787905c487ff71814.zip |
Notes
Diffstat (limited to 'net/p5-Net-LDAP-Makepath')
-rw-r--r-- | net/p5-Net-LDAP-Makepath/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-LDAP-Makepath/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-LDAP-Makepath/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-LDAP-Makepath/pkg-plist | 7 |
4 files changed, 35 insertions, 0 deletions
diff --git a/net/p5-Net-LDAP-Makepath/Makefile b/net/p5-Net-LDAP-Makepath/Makefile new file mode 100644 index 000000000000..3881ab69bfb0 --- /dev/null +++ b/net/p5-Net-LDAP-Makepath/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-LDAP-Makepath +# Date created: 2008-06-24 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= Net-LDAP-Makepath +PORTVERSION= 1.0.0 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Provides a methode for creating paths in LDAP simply + +PERL_CONFIGURE= yes + +MAN3= Net::LDAP::Makepath.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-LDAP-Makepath/distinfo b/net/p5-Net-LDAP-Makepath/distinfo new file mode 100644 index 000000000000..60cade14e0aa --- /dev/null +++ b/net/p5-Net-LDAP-Makepath/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-LDAP-Makepath-1.0.0.tar.gz) = 5c18f3f8a8b2a486b2d17f2ae0041906 +SHA256 (Net-LDAP-Makepath-1.0.0.tar.gz) = c21c265dda73ac9032b1ad7c0147415008de3664bd290057a6e1571e0a055dcf +SIZE (Net-LDAP-Makepath-1.0.0.tar.gz) = 3595 diff --git a/net/p5-Net-LDAP-Makepath/pkg-descr b/net/p5-Net-LDAP-Makepath/pkg-descr new file mode 100644 index 000000000000..4b47fc3994f9 --- /dev/null +++ b/net/p5-Net-LDAP-Makepath/pkg-descr @@ -0,0 +1,3 @@ +Net::LDAP::Makepath - Provides a methode for creating paths in LDAP simply. + +WWW: http://search.cpan.org/dist/Net-LDAP-Makepath/ diff --git a/net/p5-Net-LDAP-Makepath/pkg-plist b/net/p5-Net-LDAP-Makepath/pkg-plist new file mode 100644 index 000000000000..312400f17e0f --- /dev/null +++ b/net/p5-Net-LDAP-Makepath/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Net/LDAP/Makepath.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Makepath/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Makepath +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/LDAP +@dirrmtry %%SITE_PERL%%/Net |