of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
24 lines
650 B
Makefile
24 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:30 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Digest-HMAC-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5hmac
|
|
PKGREVISION= 2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Digest-HMAC/
|
|
COMMENT= Perl5 module for HMAC
|
|
|
|
DEPENDS+= p5-Digest-SHA1>=1.00:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-Digest-MD5>=2.00:../../security/p5-Digest-MD5
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Digest/HMAC/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|