pkgsrc/devel/p5-Scope-Upper/Makefile
sno 78ff69a2d4 pkgsrc changes:
- updating package for p5 module Scope::Upper from 0.08 to 0.09

Upstream changes:
0.09    2009-05-17 20:20 UTC
        + Add : The new SU_THREADSAFE constant can be used to know whether the
                module could have been built with thread safety enabled.
        + Chg : Thread safety is disabled for perl 5.8 on Win32.
        + Chg : A saner workaround for the "call_sv() during LEAVE clobbers the
                still used last popped stack element" issue on 5.10.
2009-05-19 23:16:24 +00:00

18 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/05/19 23:16:24 sno Exp $
DISTNAME= Scope-Upper-0.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scope/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Scope-Upper/
COMMENT= Perl5 module to act on upper scopes
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Scope/Upper/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"