aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-ZConf/Makefile
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-07-17 01:07:19 +0800
committerrene <rene@FreeBSD.org>2018-07-17 01:07:19 +0800
commit0704491c14f945b59c40daeaa24eb9a746541df8 (patch)
treecb9f3c94ecfa8cd891ef6bb8b221242e62539a99 /net/p5-ZConf/Makefile
parent20e36464f2065fb98a3aae92e8669f83184cd898 (diff)
downloadfreebsd-ports-gnome-0704491c14f945b59c40daeaa24eb9a746541df8.tar.gz
freebsd-ports-gnome-0704491c14f945b59c40daeaa24eb9a746541df8.tar.zst
freebsd-ports-gnome-0704491c14f945b59c40daeaa24eb9a746541df8.zip
Remove expired ports:
2018-07-15 net/p5-ZConf-Bookmarks: Unmaintained 2018-07-15 net/p5-ZConf: Unmaintained 2018-07-15 textproc/p5-Text-SpellChecker-GUI: Unmaintained 2018-07-15 deskutils/p5-ZConf-Runner-GUI-GTK: Unmaintained 2018-07-15 deskutils/p5-ZConf-BGSet: Unmaintained 2018-07-15 deskutils/p5-ZConf-Runner: Unmaintained 2018-07-15 graphics/p5-Image-Size-FillFullSelect: Unmaintained 2018-07-15 graphics/p5-Imager-AverageGray: Unmaintained 2018-07-15 mail/p5-Mail-IMAPTalk-MailCache: Unmaintained 2018-07-15 mail/p5-ZConf-Mail: Unmaintained 2018-07-15 mail/p5-Mail-Cache: Unmaintained 2018-07-15 www/p5-ZConf-RSS: Unmaintained 2018-07-15 www/p5-ZConf-RSS-GUI-GTK: Unmaintained 2018-07-15 devel/p5-ZConf-GUI: Unmaintained 2018-07-15 net-im/mastodon: Breaks too frequently 2018-07-15 x11-fm/p5-PerlFM: Unmaintained 2018-07-15 astro/p5-ZConf-Weather: Unmaintained 2018-07-15 sysutils/p5-ZConf-Cron: Unmaintained
Diffstat (limited to 'net/p5-ZConf/Makefile')
-rw-r--r--net/p5-ZConf/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/net/p5-ZConf/Makefile b/net/p5-ZConf/Makefile
deleted file mode 100644
index 83d36b2e8032..000000000000
--- a/net/p5-ZConf/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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>