freebsd-ports/security/p5-Crypt-SaltedHash/Makefile
Erwin Lansing cebd576fd6 - Update to 0.04
- Fix dependency
- Unbreak on old perl

PR:		92788
Submitted by:	leeym
Approved by:	gkovesdan@t-hosting.hu (maintainer)
2006-02-04 16:31:26 +00:00

25 lines
702 B
Makefile

# New ports collection Makefile for: p5-Crypt-SaltedHash
# Date created: 20 Dec 2006
# Whom: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Crypt-SaltedHash
PORTVERSION= 0.04
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Perl extension to work with salted hashes
RUN_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
PERL_CONFIGURE= yes
MAN3= Crypt::SaltedHash.3
.include <bsd.port.mk>