dec946ad51
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
35 lines
1.1 KiB
Makefile
35 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= 5.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
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \
|
|
${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 \
|
|
${SITE_PERL}/Net/LDAP/AutoDNs.pm:${PORTSDIR}/net/p5-Net-LDAP-AutoDNs \
|
|
${SITE_PERL}/Module/List.pm:${PORTSDIR}/devel/p5-Module-List \
|
|
${SITE_PERL}/Net/LDAP/AutoServer.pm:${PORTSDIR}/net/p5-Net-LDAP-AutoServer
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ZConf.3 \
|
|
ZConf::backends::file.3 \
|
|
ZConf::backends::ldap.3
|
|
|
|
.include <bsd.port.mk>
|