freebsd-ports/devel/p5-IO-Digest/Makefile
Andrej Zverev 042ea2947a - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:30:42 +00:00

25 lines
555 B
Makefile

# New ports collection makefile for: devel/p5-IO-Digest
# Date created: Sep 20 2004
# Whom: Rong-En Fan <rafan@infor.org>
#
# $FreeBSD$
#
PORTNAME= IO-Digest
PORTVERSION= 0.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Calculate digests while reading or writing
BUILD_DEPENDS= p5-PerlIO-via-dynamic>=0:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \
p5-Digest>=0:${PORTSDIR}/security/p5-Digest
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IO::Digest.3
.include <bsd.port.mk>