7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
23 lines
691 B
Makefile
23 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:24 wiz Exp $
|
|
|
|
DISTNAME= Digest-MD5-File-0.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
SVR4_PKGNAME= p5m5f
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Digest-MD5-File/
|
|
COMMENT= Perl5 extension for getting MD5 sums for files and urls
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
PERL5_PACKLIST= auto/Digest/MD5/File/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|