pkgsrc/devel/p5-InlineX-C2XS/Makefile
wiz 85e3bd2c1e Update to 0.16:
- 0.16 ... Add config option '_TESTING' (and tests)
           Inline pre-requisite version now 0.46_01
           Add config option 'USE'
           Substitution regex added to t_makefile_pl_pre.t and
            t_makefile_pl.t - to cater for recent ActivePerls
2011-08-17 11:57:17 +00:00

21 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/08/17 11:57:17 wiz Exp $
#
DISTNAME= InlineX-C2XS-0.16
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"