2013-05-31 14:44:50 +00:00
|
|
|
# Created by: Zane C, Bowers <vvelox@vvelox.net>
|
2008-07-09 12:20:04 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ZConf
|
2012-06-05 08:50:31 +00:00
|
|
|
PORTVERSION= 6.1.0
|
2008-07-09 12:20:04 +00:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 08:37:15 +00:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
2008-07-09 12:20:04 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
|
|
COMMENT= A configuration system allowing for either file or LDAP backed storage
|
|
|
|
|
2012-06-05 08:50:31 +00:00
|
|
|
BUILD_DEPENDS= p5-Chooser>=0:${PORTSDIR}/devel/p5-Chooser \
|
|
|
|
p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper \
|
|
|
|
p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \
|
|
|
|
p5-Module-List>=0:${PORTSDIR}/devel/p5-Module-List \
|
|
|
|
p5-Net-LDAP-AutoDNs>=0:${PORTSDIR}/net/p5-Net-LDAP-AutoDNs \
|
|
|
|
p5-Net-LDAP-AutoServer>=0:${PORTSDIR}/net/p5-Net-LDAP-AutoServer \
|
|
|
|
p5-Net-LDAP-LDAPhash>=0:${PORTSDIR}/net/p5-Net-LDAP-LDAPhash \
|
|
|
|
p5-Net-LDAP-Makepath>=0:${PORTSDIR}/net/p5-Net-LDAP-Makepath \
|
|
|
|
p5-ZML>=0:${PORTSDIR}/devel/p5-ZML \
|
|
|
|
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-07-09 12:20:04 +00:00
|
|
|
|
2013-09-06 14:30:23 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-07-09 12:20:04 +00:00
|
|
|
|
2010-10-10 06:09:02 +00:00
|
|
|
MAN3= ZConf.3 \
|
|
|
|
ZConf::backends::file.3 \
|
|
|
|
ZConf::backends::ldap.3
|
2008-07-09 12:20:04 +00:00
|
|
|
|
2013-09-20 22:10:23 +00:00
|
|
|
NO_STAGE= yes
|
2008-07-09 12:20:04 +00:00
|
|
|
.include <bsd.port.mk>
|