freebsd-ports/security/p5-Digest-SHA/Makefile
Sunpoet Po-Chuan Hsieh 7e80fc7dff - Update to 5.70
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Digest-SHA/Changes
2011-12-14 14:14:31 +00:00

39 lines
814 B
Makefile

# Ports collection makefile for: p5-Digest-SHA
# Date created: Aug 4, 2005
# Whom: Travis Campbell <hcoyote@ghostar.org>
#
# $FreeBSD$
#
PORTNAME= Digest-SHA
PORTVERSION= 5.70
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MSHELOR
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for SHA-1/224/256/384/512
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes
MAN3= Digest::SHA.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 501000
PLIST_SUB+= EXE_FILES="@comment "
.else
PLIST_SUB+= EXE_FILES=""
MAN1= shasum.1
.endif
post-patch:
.if ${PERL_LEVEL} >= 501000
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
.endif
.include <bsd.port.post.mk>