pkgsrc/devel/p5-File-ShareDir-Install/Makefile
mef d8fcb648dc - To skip make test, add the line
TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test')
for following packages:
  devel/p5-File-ShareDir-Install
  time/p5-DateTime-Format-Strptime
  www/p5-LWP-Protocol-https
- Add BUILD_DEPENDS for make test
2015-05-10 02:43:37 +00:00

19 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/05/10 02:43:38 mef Exp $
DISTNAME= File-ShareDir-Install-0.10
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"