1b6deac401
Upstream changes: 0.09 Fri, 07 May 2010 22:11:49 +0200 * Improve distribution metadata.
22 lines
648 B
Makefile
22 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/05/24 21:06:53 seb Exp $
|
|
#
|
|
|
|
DISTNAME= B-Hooks-EndOfScope-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/B-Hooks-EndOfScope/
|
|
COMMENT= Perl 5 module to execute code after a scope finished compilation
|
|
|
|
DEPENDS+= p5-Sub-Exporter>0:../../devel/p5-Sub-Exporter
|
|
DEPENDS+= p5-Variable-Magic>=0.34:../../devel/p5-Variable-Magic
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
#USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/B/Hooks/EndOfScope/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|