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.
30 lines
1,008 B
Makefile
30 lines
1,008 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/05/29 23:35:13 wiz Exp $
|
|
|
|
DISTNAME= Archive-Any-0.0941
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
SVR4_PKGNAME= p5aan
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Archive-Any/
|
|
COMMENT= Perl5 module with single interface to deal with archives
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.9.3,p5-Archive-Tar>=0.22}:../../archivers/p5-Archive-Tar
|
|
DEPENDS+= p5-Archive-Tar>=0:../../archivers/p5-Archive-Tar
|
|
DEPENDS+= p5-Archive-Zip>=0:../../archivers/p5-Archive-Zip
|
|
DEPENDS+= p5-File-MMagic>=0:../../misc/p5-File-MMagic
|
|
DEPENDS+= p5-MIME-Types>=0:../../mail/p5-MIME-Types
|
|
DEPENDS+= p5-Module-Find>=0:../../devel/p5-Module-Find
|
|
|
|
BUILD_DEPENDS+= p5-Test-Warn>0:../../devel/p5-Test-Warn
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Archive/Any/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|