6b0604d9a1
No pkgsrc changes. Changes since version 1.10: =========================== Release 1.12 Fix documentation typo. Patch by <steve@fisharerojo.org>. Release 1.11 Make Digest->new("SHA-224") work. Patch by Mark Shelor <shelor@cpan.org>.
23 lines
589 B
Makefile
23 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/10/02 17:45:31 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= Digest-1.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5dig
|
|
PKGREVISION= # empty
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Digest/
|
|
COMMENT= Perl5 base class for Digest:: modules
|
|
|
|
DEPENDS+= p5-MIME-Base64>=2.18:../../converters/p5-MIME-Base64
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Digest/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|