freebsd-ports/security/p5-Digest-SHA1/Makefile
Jun Kuriyama 0ef62b9ca7 Update to 2.01.
Change maintainer's addresss.

Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
PR:		ports/35086
2002-02-19 02:01:27 +00:00

23 lines
449 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.01
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@leeym.com
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Digest::SHA1.3
.include <bsd.port.mk>