diff options
author | az <az@FreeBSD.org> | 2013-05-25 13:40:00 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-05-25 13:40:00 +0800 |
commit | 6ae746b1f1e3f3ae0de60e2a1a9475f1c7d9f9e1 (patch) | |
tree | b7d17a152d0a5a839e035706507f3233e164bd86 /security | |
parent | 7a1c6c9a29152d31fbdcf519426222a64fa4d990 (diff) | |
download | freebsd-ports-gnome-6ae746b1f1e3f3ae0de60e2a1a9475f1c7d9f9e1.tar.gz freebsd-ports-gnome-6ae746b1f1e3f3ae0de60e2a1a9475f1c7d9f9e1.tar.zst freebsd-ports-gnome-6ae746b1f1e3f3ae0de60e2a1a9475f1c7d9f9e1.zip |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
- Drop maintainership per maintainer request
PR: ports/178926
Submitted by: az
Approved by: Victor Popov <v.a.popov@gmail.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-PBKDF2/Makefile | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/security/p5-Crypt-PBKDF2/Makefile b/security/p5-Crypt-PBKDF2/Makefile index 0dedbcc162b0..4965a68a88f2 100644 --- a/security/p5-Crypt-PBKDF2/Makefile +++ b/security/p5-Crypt-PBKDF2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-PBKDF2 -# Date created: 2010-05-23 -# Whom: Victor Popov <v.a.popov@gmail.com> -# +# Created by: Victor Popov <v.a.popov@gmail.com> # $FreeBSD$ -# PORTNAME= Crypt-PBKDF2 PORTVERSION= 0.121930 @@ -12,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ARODLAND PKGNAMEPREFIX= p5- -MAINTAINER= v.a.popov@gmail.com +MAINTAINER= perl@FreeBSD.org COMMENT= The PBKDF2 password hashing algorithm RUN_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ @@ -30,14 +26,4 @@ MAN3= Crypt::PBKDF2.3 \ Crypt::PBKDF2::Hash::HMACSHA1.3 \ Crypt::PBKDF2::Hash::HMACSHA2.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |