a6d58177b9
----------------------------------------------- 0.14 - 2016-10-31 - stop relying on . being in @INC - switch to ExtUtils::HasCompiler to detect presence of a compiler
19 lines
629 B
Makefile
19 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.17 2016/11/06 04:48:07 mef Exp $
|
|
|
|
DISTNAME= Devel-GlobalDestruction-0.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5 net
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-GlobalDestruction/
|
|
COMMENT= Perl 5 package exposing the flag which marks global destruction
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Sub-Exporter-Progressive>=0.001011:../../devel/p5-Sub-Exporter-Progressive
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Devel/GlobalDestruction/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|