1405007c8b
pkgsrc changes: - adjust dependencies Upstream changes: 0.14 Wed Jul 21 17:00:00 CEST 2010 - This release demonstrates why it is a good idea to do developer releases. - Fix problem with templated types and the shorthand for typemaps that was introduced in 0.13. 0.13 Wed Jul 21 17:00:00 CEST 2010 - Add support for simplified typemap statements a la %typemap{type}; which are a shorthand for {simple} and {reference}. 0.12 Sun Jul 11 17:00:00 CEST 2010 - Add new example using Module::Build::WithXSpp. 0.11_02 Thu Jun 24 20:00:00 CEST 2010 - Allow applying parser plugin annotations to constructors and destructors. - Use of {%...%} for the %cpp_type tag of parsed typemaps. - Fix %length for anything but the most trivial wrappers. 0.11_01 Sat Jun 5 11:02:09 CEST 2010 - Parse enum declarations. - Added an experimental plugin interface.
25 lines
815 B
Makefile
25 lines
815 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/07/31 08:03:30 sno Exp $
|
|
|
|
DISTNAME= ExtUtils-XSpp-0.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-XSpp/
|
|
COMMENT= XS for C++
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= {perl>=5.12.0,p5-Module-Build>=0.36000}:../../devel/p5-Module-Build
|
|
BUILD_DEPENDS+= p5-Test-Base-[0-9]*:../../devel/p5-Test-Base
|
|
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
|
|
DEPENDS+= p5-ExtUtils-ParseXS>=2.22.02:../../devel/p5-ExtUtils-ParseXS
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/ExtUtils/XSpp/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|