7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
21 lines
637 B
Makefile
21 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:30 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Digest-BubbleBabble-0.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5bbl
|
|
PKGREVISION= 2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/author/BTROTT/Digest-BubbleBabble/
|
|
COMMENT= Perl5 module for bubble babble fingerprints
|
|
|
|
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
|
|
|
PERL5_PACKLIST= auto/Digest/BubbleBabble/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|