6d3938d0c4
* To detect a perl with ${^GLOBAL_PHASE}, check for the feature itself instead of a specific perl version. * Update the documentation to reflect the use of ${^GLOBAL_PHASE} if available. * Stop depending on Scope::Guard for the tests. * Upgrade ppport.h from version 3.13 to 3.19. Changes 0.03: * Drop the XS code on perl versions recent enough to have ${^GLOBAL_PHASE}. * Drop code to support perls older than 5.6. We've always been depending on 5.6 anyway. + Use XSLoader without a fallback to DynaLoader. + Use our instead of use vars.
21 lines
676 B
Makefile
21 lines
676 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/08/12 07:40:48 adam Exp $
|
|
|
|
DISTNAME= Devel-GlobalDestruction-0.04
|
|
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"
|