fe7d801e4a
PR: 26204 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
23 lines
457 B
Makefile
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>
|