mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
update and split devel/p5-ResourcePool
p5-Resource's DBI and Net::LDAP resources are from this version on split into separate modules. PR: ports/48000 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
0ddcdc3203
commit
22741ef2ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75400
@ -431,6 +431,7 @@
|
||||
SUBDIR += p5-POE-Component-RRDTool
|
||||
SUBDIR += p5-PlRPC
|
||||
SUBDIR += p5-RPC-XML
|
||||
SUBDIR += p5-ResourcePool-Resource-Net-LDAP
|
||||
SUBDIR += p5-SNMP
|
||||
SUBDIR += p5-SNMP-MIB-Compiler
|
||||
SUBDIR += p5-SNMP-Util
|
||||
|
28
net/p5-ResourcePool-Resource-Net-LDAP/Makefile
Normal file
28
net/p5-ResourcePool-Resource-Net-LDAP/Makefile
Normal file
@ -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>
|
1
net/p5-ResourcePool-Resource-Net-LDAP/distinfo
Normal file
1
net/p5-ResourcePool-Resource-Net-LDAP/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ResourcePool-Resource-Net-LDAP-1.0001.tar.gz) = 1846741688240674daf13e08f00bd404
|
6
net/p5-ResourcePool-Resource-Net-LDAP/pkg-descr
Normal file
6
net/p5-ResourcePool-Resource-Net-LDAP/pkg-descr
Normal file
@ -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/
|
12
net/p5-ResourcePool-Resource-Net-LDAP/pkg-plist
Normal file
12
net/p5-ResourcePool-Resource-Net-LDAP/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user