23039cd84e
PR: ports/71930 Submitted by: Rong-En Fan <rafan@infor.org>
33 lines
738 B
Makefile
33 lines
738 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= IO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= rafan@infor.org
|
|
COMMENT= Calculate digests while reading or writing
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/PerlIO/via/dynamic.pm:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \
|
|
${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IO::Digest.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
IGNORE= This module only supports perl 5.8.0 or above
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|