aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-SaltedHash
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-06-07 15:45:41 +0800
committeraz <az@FreeBSD.org>2013-06-07 15:45:41 +0800
commitaaf3b6344e7f9aee2b7465a8e4979994f189911c (patch)
tree03b445fb6f2064095ad57cdcfee2b20bae53730c /security/p5-Crypt-SaltedHash
parent4bafb2bfdea930f92db8c31095108fb9af6e2154 (diff)
downloadfreebsd-ports-gnome-aaf3b6344e7f9aee2b7465a8e4979994f189911c.tar.gz
freebsd-ports-gnome-aaf3b6344e7f9aee2b7465a8e4979994f189911c.tar.zst
freebsd-ports-gnome-aaf3b6344e7f9aee2b7465a8e4979994f189911c.zip
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178927 Submitted by: az Approved by: maintainer (timeout)
Diffstat (limited to 'security/p5-Crypt-SaltedHash')
-rw-r--r--security/p5-Crypt-SaltedHash/Makefile18
1 files changed, 2 insertions, 16 deletions
diff --git a/security/p5-Crypt-SaltedHash/Makefile b/security/p5-Crypt-SaltedHash/Makefile
index 44fceb69bd83..53fdc7fb6d40 100644
--- a/security/p5-Crypt-SaltedHash/Makefile
+++ b/security/p5-Crypt-SaltedHash/Makefile
@@ -1,6 +1,4 @@
-# New ports collection Makefile for: p5-Crypt-SaltedHash
-# Date created: 20 Dec 2006
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Crypt-SaltedHash
@@ -17,16 +15,4 @@ PERL_MODBUILD= yes
MAN3= Crypt::SaltedHash.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-RUN_DEPENDS+= p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest
-BUILD_DEPENDS+= p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest
-.endif
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
-BUILD_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>