1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/p5-ZConf/Makefile
Andrej Zverev 2b50ec96f8 - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 18:05:39 +00:00

30 lines
966 B
Makefile

# Created by: 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= 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}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>