mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
41521f6557
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
22 lines
403 B
Makefile
22 lines
403 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.13
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl interface to the SHA-1 Algorithm
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Digest::SHA1.3
|
|
|
|
.include <bsd.port.mk>
|