89a626eafa
per maintainer update request by PR 46541. ChangeLog: - 0.22 ... Add DIST and MANIF config options. - 0.19 ... If EXPORT_TAGS_ALL is set, then it's now unnecessary to set EXPORT_OK_ALL - 0.18 ... Add CPPFLAGSEX, BOOT_F and PRE_HEAD config options. Add script.in (which generates the c2xs script)
21 lines
548 B
Makefile
21 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/06/04 12:28:17 obache Exp $
|
|
#
|
|
|
|
DISTNAME= InlineX-C2XS-0.22
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/InlineX/C2XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|