d8ad907e80
------------------- - 0.23 ... Add 'T' config option. Add metadata to InlineX::C2XS Makefile.PL. Add Context.pm and demos/context. Add PROTOTYPES and PROTOTYPE config options Remove t/t_using.t (broken by Inline-C-0.62)
19 lines
511 B
Makefile
19 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/03/15 23:22:57 mef Exp $
|
|
#
|
|
|
|
DISTNAME= InlineX-C2XS-0.24
|
|
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"
|