1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/security/p5-Digest-SHA1/Makefile
Andrej Zverev 41521f6557 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 09:54:03 +00:00

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>