3101c35f8d
------------------------------------------ 0.026 2016-09-09 19:26:57+02:00 Europe/Amsterdam - Fix Win32 dependency 0.025 2016-09-02 09:48:38+02:00 Europe/Amsterdam - Remove unconditional dependency on ExtUtils::PL2Bat 0.024 2016-08-16 22:02:31+02:00 Europe/Amsterdam (TRIAL RELEASE) - Move pl2bat code to ExtUtils::PL2Bat 0.023 2016-08-06 20:52:34+02:00 Europe/Amsterdam (TRIAL RELEASE) - Make split_like_shell always unixy - Remove Module::Load dependency - Remove done_testing, it requires Test::More 0.88
17 lines
516 B
Makefile
17 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/09/15 13:15:16 mef Exp $
|
|
|
|
DISTNAME= ExtUtils-Helpers-0.026
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Helpers/
|
|
COMMENT= Various portability utilities for Perl5 module builders
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/ExtUtils/Helpers/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|