freebsd-ports/security/p5-Digest-SHA1/Makefile
Will Andrews fe7d801e4a Add p5-Digest-SHA1 2.00, a perl interface to the SHA-1 Algorithm.
PR:		26204
Submitted by:	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2001-03-31 01:27:04 +00:00

23 lines
457 B
Makefile

# 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
PORTVERSION= 2.00
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@cae.ce.ntu.edu.tw
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Digest::SHA1.3
.include <bsd.port.mk>