aboutsummaryrefslogtreecommitdiffstats
path: root/mail/majordomo
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-06-07 15:01:23 +0800
committeraz <az@FreeBSD.org>2013-06-07 15:01:23 +0800
commit0b2e8e88371532afc755c0c9e672062f931297c0 (patch)
tree056ffbdcaab51d9850d196d713371fb7055cba94 /mail/majordomo
parent6102d80242a12dea47653b345bd4344d7bea02ad (diff)
downloadfreebsd-ports-gnome-0b2e8e88371532afc755c0c9e672062f931297c0.tar.gz
freebsd-ports-gnome-0b2e8e88371532afc755c0c9e672062f931297c0.tar.zst
freebsd-ports-gnome-0b2e8e88371532afc755c0c9e672062f931297c0.zip
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178898 Submitted by: az Approved by: maintainer (timeout)
Diffstat (limited to 'mail/majordomo')
-rw-r--r--mail/majordomo/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile
index 7e3449ae8e16..c92395e9b675 100644
--- a/mail/majordomo/Makefile
+++ b/mail/majordomo/Makefile
@@ -13,10 +13,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= anders@FreeBSD.org
COMMENT= A mailing list manager
-.if defined(WITH_SHA1_COOKIES)
-RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
-.endif
-
USES= shebangfix
USE_PERL5= yes
@@ -32,12 +28,6 @@ DOCSDIR= ${PREFIX}/${PORTNAME}/doc
.include <bsd.port.pre.mk>
-.if !defined(WITH_SHA1_COOKIES)
-. if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
-. endif
-.endif
-
pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
${DIALOG} --yesno "WARNING: Majordomo is a really old mail list manager. The last version was released in january 2000, and there does not seem to be any updates coming. You might want to consider using mailman instead. Are you sure you want to install majordomo?" 8 70 no || ${FALSE}