diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-12 23:01:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-12 23:01:33 +0000 |
commit | 22741ef2ea47afab0f8ab4d57ce8e2c139f30a32 (patch) | |
tree | d8aa92f708fe1f82de7fe7825a315301246c0c0c /net/p5-ResourcePool-Resource-Net-LDAP | |
parent | 0ddcdc32035b907da06d646750ef49b4fd554cab (diff) | |
download | ports-22741ef2ea47afab0f8ab4d57ce8e2c139f30a32.tar.gz ports-22741ef2ea47afab0f8ab4d57ce8e2c139f30a32.zip |
Notes
Diffstat (limited to 'net/p5-ResourcePool-Resource-Net-LDAP')
-rw-r--r-- | net/p5-ResourcePool-Resource-Net-LDAP/Makefile | 28 | ||||
-rw-r--r-- | net/p5-ResourcePool-Resource-Net-LDAP/distinfo | 1 | ||||
-rw-r--r-- | net/p5-ResourcePool-Resource-Net-LDAP/pkg-descr | 6 | ||||
-rw-r--r-- | net/p5-ResourcePool-Resource-Net-LDAP/pkg-plist | 12 |
4 files changed, 47 insertions, 0 deletions
diff --git a/net/p5-ResourcePool-Resource-Net-LDAP/Makefile b/net/p5-ResourcePool-Resource-Net-LDAP/Makefile new file mode 100644 index 000000000000..21810460406d --- /dev/null +++ b/net/p5-ResourcePool-Resource-Net-LDAP/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-ResourcePool-Resourse-Net-LDAP +# Date created: February 06th, 2003 +# Whom: erwin@lansing.dk +# +# $FreeBSD$ +# + +PORTNAME= ResourcePool-Resource-Net-LDAP +PORTVERSION= 1.0001 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ + http://www.fatalmind.com/projects/ResourcePool/ +MASTER_SITE_SUBDIR= ../by-authors/id/M/MW/MWS +PKGNAMEPREFIX= p5- + +MAINTAINER= erwin@lansing.dk +COMMENT= A ResourcePool wrapper for Net::LDAP + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/ResourcePool.pm:${PORTSDIR}/devel/p5-ResourcePool \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= ResourcePool::Resource::Net::LDAP.3 ResourcePool::Factory::Net::LDAP.3 + +.include <bsd.port.mk> diff --git a/net/p5-ResourcePool-Resource-Net-LDAP/distinfo b/net/p5-ResourcePool-Resource-Net-LDAP/distinfo new file mode 100644 index 000000000000..cdf4cc776aca --- /dev/null +++ b/net/p5-ResourcePool-Resource-Net-LDAP/distinfo @@ -0,0 +1 @@ +MD5 (ResourcePool-Resource-Net-LDAP-1.0001.tar.gz) = 1846741688240674daf13e08f00bd404 diff --git a/net/p5-ResourcePool-Resource-Net-LDAP/pkg-descr b/net/p5-ResourcePool-Resource-Net-LDAP/pkg-descr new file mode 100644 index 000000000000..e33f1a3fe2f8 --- /dev/null +++ b/net/p5-ResourcePool-Resource-Net-LDAP/pkg-descr @@ -0,0 +1,6 @@ +This class is used by the ResourcePool internally to create +Net::LDAP connections. Its called by the corresponding +ResourcePool::Factory::Net::LDAP object which passes the +parameters needed to establish the Net::LDAP connection. + +WWW: http://search.cpan.org/dist/ResourcePool-Resource-Net-LDAP/ diff --git a/net/p5-ResourcePool-Resource-Net-LDAP/pkg-plist b/net/p5-ResourcePool-Resource-Net-LDAP/pkg-plist new file mode 100644 index 000000000000..c3b684b760b8 --- /dev/null +++ b/net/p5-ResourcePool-Resource-Net-LDAP/pkg-plist @@ -0,0 +1,12 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/Resource/Net/LDAP/.packlist +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/Net/LDAP.pm +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/Net/LDAP.pod +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/Net/LDAP.pm +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/Net/LDAP.pod +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/Resource/Net/LDAP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/Resource/Net +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/Resource 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/Net +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/Net +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory 2>/dev/null || true |