2001-03-31 01:27:04 +00:00
|
|
|
# New ports collection makefile for: p5-Digest-SHA1
|
|
|
|
# Date created: 30 March 2001
|
|
|
|
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Digest-SHA1
|
2006-01-19 14:34:54 +00:00
|
|
|
PORTVERSION= 2.11
|
2001-03-31 01:27:04 +00:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Digest
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-07-05 10:39:07 +00:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Perl interface to the SHA-1 Algorithm
|
2001-03-31 01:27:04 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Digest::SHA1.3
|
|
|
|
|
2004-07-02 06:43:28 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
2006-01-19 14:34:54 +00:00
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
|
|
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
2004-07-02 06:43:28 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|