mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178927 Submitted by: az Approved by: maintainer (timeout)
This commit is contained in:
parent
fd0b37847f
commit
b7a896b7c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320166
1 changed files with 2 additions and 16 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue