a17f583ce9
devel/p5-Devel-GlobalDestruction from 0.04 to 0.05. Upstream changes: 0.05 Thu, 26 Apr 2012 * Pure-perl implementation for situations where neither ${^GLOBAL_PHASE} nor XS are available
21 lines
675 B
Makefile
21 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/05/30 10:53:48 sno Exp $
|
|
|
|
DISTNAME= Devel-GlobalDestruction-0.05
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DEPENDS+= p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard
|
|
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Devel/GlobalDestruction/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|