e0e85ff95a
Upstream changes: - 0.25 ... Escape braces {} in t/t_makefile_pl.t and t/t_makefile_pl_pre.t
19 lines
511 B
Makefile
19 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.14 2016/07/28 06:49:50 wen Exp $
|
|
#
|
|
|
|
DISTNAME= InlineX-C2XS-0.25
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/SISYPHUS/}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= http://search.cpan.org/dist/InlineX-C2XS/
|
|
COMMENT= Convert from Inline C code to XS
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Inline>=0.47:../../devel/p5-Inline
|
|
|
|
PERL5_PACKLIST= auto/InlineX/C2XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|