2005-12-21 17:37:19 +01:00
|
|
|
# New ports collection Makefile for: p5-Crypt-SaltedHash
|
|
|
|
# Date created: 20 Dec 2006
|
|
|
|
# Whom: Gabor Kovesdan
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-SaltedHash
|
2006-09-20 05:29:20 +02:00
|
|
|
PORTVERSION= 0.05
|
2005-12-21 17:37:19 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-12-08 14:46:35 +01:00
|
|
|
MAINTAINER= gabor@FreeBSD.org
|
2005-12-21 17:37:19 +01:00
|
|
|
COMMENT= Perl extension to work with salted hashes
|
|
|
|
|
2006-02-04 17:31:26 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-09-20 05:29:20 +02:00
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
2005-12-21 17:37:19 +01:00
|
|
|
|
2006-09-20 05:29:20 +02:00
|
|
|
PERL_MODBUILD= yes
|
2005-12-21 17:37:19 +01:00
|
|
|
|
|
|
|
MAN3= Crypt::SaltedHash.3
|
|
|
|
|
2006-02-04 17:31:26 +01:00
|
|
|
.include <bsd.port.mk>
|