freebsd-ports/security/p5-Digest-SHA/Makefile

27 lines
609 B
Makefile
Raw Normal View History

# Ports collection makefile for: p5-Digest-SHA
# Date created: Aug 4, 2005
# Whom: Travis Campbell <hcoyote@ghostar.org>
#
# $FreeBSD$
#
PORTNAME= Digest-SHA
PORTVERSION= 5.31
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSHELOR
PKGNAMEPREFIX= p5-
MAINTAINER= hcoyote@ghostar.org
COMMENT= Perl extension for SHA-1/224/256/384/512
PERL_CONFIGURE= yes
MAN3= Digest::SHA.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>