2005-12-17 13:09:13 +01:00
|
|
|
# Ports collection Makefile for: p5-Digest-SV1
|
|
|
|
# Date created: 17 Dec 2005
|
|
|
|
# Whom: Gabor Kovesdan
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Digest-SV1
|
|
|
|
PORTVERSION= 0.01
|
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-17 13:09:13 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-14 14:56:44 +02:00
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
2005-12-17 13:09:13 +01:00
|
|
|
COMMENT= Perl extension for SV1 hash algorithm
|
|
|
|
|
2010-01-24 07:18:08 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
2005-12-17 13:09:13 +01:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Digest/Haval256.pm:${PORTSDIR}/security/p5-Digest-Haval256
|
|
|
|
|
2005-12-24 03:44:02 +01:00
|
|
|
PERL_MODBUILD= yes
|
2005-12-17 13:09:13 +01:00
|
|
|
|
|
|
|
MAN3= Digest::SV1.3
|
|
|
|
|
2007-03-31 22:33:58 +02:00
|
|
|
.include <bsd.port.mk>
|