mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
Net port: devel/p5-ZConf A configuration system allowing for either
file or LDAP backed storage. A configuration system allowing for either file or LDAP backed storage. WWW: http://search.cpan.org/dist/Net-LDAP-Makepath/ PR: ports/124958 Submitted by: "Zane C.B." <vvelox@vvelox.net>
This commit is contained in:
parent
f00a91843b
commit
96a5498514
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216599
@ -628,6 +628,7 @@
|
||||
SUBDIR += p5-XML-Compile-SOAP
|
||||
SUBDIR += p5-XML-Compile-SOAP-Daemon
|
||||
SUBDIR += p5-XPC
|
||||
SUBDIR += p5-ZConf
|
||||
SUBDIR += p5-perl-ldap
|
||||
SUBDIR += p54u
|
||||
SUBDIR += panoptis
|
||||
|
30
net/p5-ZConf/Makefile
Normal file
30
net/p5-ZConf/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: p5-Net-LDAP-Makepath
|
||||
# Date created: 2008-06-24
|
||||
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ZConf
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= A configuration system allowing for either file or LDAP backed storage
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \
|
||||
${SITE_PERL}/Net/LDAP/Express.pm:${PORTSDIR}/net/p5-Net-LDAP-Express \
|
||||
${SITE_PERL}/Net/LDAP/LDAPhash.pm:${PORTSDIR}/net/p5-Net-LDAP-LDAPhash \
|
||||
${SITE_PERL}/Net/LDAP/Makepath.pm:${PORTSDIR}/net/p5-Net-LDAP-Makepath \
|
||||
${SITE_PERL}/ZML.pm:${PORTSDIR}/devel/p5-ZML \
|
||||
${SITE_PERL}/Chooser.pm:${PORTSDIR}/devel/p5-Chooser \
|
||||
${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= ZConf.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-ZConf/distinfo
Normal file
3
net/p5-ZConf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ZConf-0.2.0.tar.gz) = a079ef1d6ace00cd2740ae99e09782d4
|
||||
SHA256 (ZConf-0.2.0.tar.gz) = 37e4d9a393e410dbe44db6a7064d819c10a745a8d430ec3a2646d06e5c77c590
|
||||
SIZE (ZConf-0.2.0.tar.gz) = 16722
|
3
net/p5-ZConf/pkg-descr
Normal file
3
net/p5-ZConf/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A configuration system allowing for either file or LDAP backed storage.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-LDAP-Makepath/
|
4
net/p5-ZConf/pkg-plist
Normal file
4
net/p5-ZConf/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/ZConf.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/ZConf
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
|
Loading…
Reference in New Issue
Block a user