freebsd-ports/net/p5-ZConf/Makefile
Tobias Kortkamp 8c665a63fe Mark net/p5-ZConf and related ports as deprecated
ZConf is unmaintained with glaring issues in bits of it and the
developer did not have time to properly address them in over 8
years.

PR:		223471
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer and upstream developer)
2018-06-14 17:13:01 +00:00

37 lines
1.1 KiB
Makefile

# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
PORTNAME= ZConf
PORTVERSION= 6.1.0
PORTREVISION= 2
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
DEPRECATED= Unmaintained
EXPIRATION_DATE= 2018-07-15
BUILD_DEPENDS= p5-Chooser>=0:devel/p5-Chooser \
p5-Error-Helper>=0:devel/p5-Error-Helper \
p5-File-BaseDir>=0:devel/p5-File-BaseDir \
p5-Module-List>=0:devel/p5-Module-List \
p5-Net-LDAP-AutoDNs>=0:net/p5-Net-LDAP-AutoDNs \
p5-Net-LDAP-AutoServer>=0:net/p5-Net-LDAP-AutoServer \
p5-Net-LDAP-LDAPhash>=0:net/p5-Net-LDAP-LDAPhash \
p5-Net-LDAP-Makepath>=0:net/p5-Net-LDAP-Makepath \
p5-ZML>=0:devel/p5-ZML \
p5-perl-ldap>=0:net/p5-perl-ldap
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= bin/zcset bin/zccreate bin/zccdump bin/zcvls \
bin/zcchooser-set bin/zcget bin/zcchooser-edit \
bin/zcchooser-get bin/zcchooser-run bin/zcls \
bin/zcrm bin/zcvdel
.include <bsd.port.mk>