freebsd-ports/security/p5-Crypt-HCE_SHA/Makefile

25 lines
567 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Crypt-HCE_SHA
# Date created: October 8th 2001
# Whom: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-HCE_SHA
2004-06-03 15:40:39 +02:00
PORTVERSION= 0.70
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl5 interface to one way hash chaining block cipher
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Crypt::HCE_SHA.3
.include <bsd.port.mk>