382c243198
- While I'm here, remove SITE_PERL from *_DEPENDS and sort it Changes: http://search.cpan.org/dist/ZConf/Changes PR: ports/168623 Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer)
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# 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= 6.1.0
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= A configuration system allowing for either file or LDAP backed storage
|
|
|
|
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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ZConf.3 \
|
|
ZConf::backends::file.3 \
|
|
ZConf::backends::ldap.3
|
|
|
|
.include <bsd.port.mk>
|