dade06499f
This module for computing digests while read or writing file handles. This avoids the case you need to reread the same content to compute the digests after written a file.
24 lines
546 B
Makefile
24 lines
546 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 03:25:47 kevlo Exp $
|
|
|
|
COMMENT= "module for computing digests while reading or writing"
|
|
|
|
DISTNAME= IO-Digest-0.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
BUILD_DEPENDS= :p5-PerlIO-via-dynamic->=0.11:devel/p5-PerlIO-via-dynamic
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|