cc04753d8e
---------------------------------------------- 0.11 2016-08-08 02:50:03Z - release with new tooling, from the Perl-Toolchain-Gang organization
19 lines
601 B
Makefile
19 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.13 2016/08/18 13:40:58 mef Exp $
|
|
|
|
DISTNAME= File-ShareDir-Install-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-ShareDir-Install/
|
|
COMMENT= Perl 5 module to install shared files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test')
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/File/ShareDir/Install/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|