261dc0d462
Upstream changes: 2.2202 - Wed Jan 27 15:04:59 EST 2010 Bug fixes: - The fix to IN/OUT/OUTLIST was itself broken and is now fixed. [Reported by Serdar Dalgic; fix suggested by Rafael Garcia-Suarez] We apologize for the fault in the regex. Those responsible have been sacked.
21 lines
609 B
Makefile
21 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.11 2010/02/02 18:15:00 sno Exp $
|
|
|
|
DISTNAME= ExtUtils-ParseXS-2.2202
|
|
PKGNAME= p5-${DISTNAME:S/2202/22.02/}
|
|
SVR4_PKGNAME= p5epx
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ParseXS/
|
|
COMMENT= Perl5 module for converting Perl XS code into C code
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|