freebsd-ports/security/p5-Crypt-SaltedHash/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

32 lines
800 B
Makefile

# New ports collection Makefile for: p5-Crypt-SaltedHash
# Date created: 20 Dec 2006
# Whom: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Crypt-SaltedHash
PORTVERSION= 0.06
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ESSKAR
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Perl extension to work with salted hashes
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>