pkgsrc/devel/p5-ExtUtils-XSpp/Makefile
mef e9e7958b33 Update 0.16.02 to 0.18
pkglint warns
    WARN: Makefile:3: The package is being downgraded from 0.1602 to 0.18.
    should look PKGNAME instead of DISTNAME ?
----------------------
0.18  Wed Sep 18 10:00:00 CEST 2013
        - Upgrade to stable release.

0.17_02  Wed Aug 28 22:35:02 CEST 2013
        - Fixed getters for typemaps using %output_list annotation.

0.17_01  Sat Aug 10 08:20:11 CEST 2013
        - Added standard XS typemap for objects (disabled by default for
          backwards compatibility).x
        - Allow specifying XS typemap code in the XS++ typemap declaration.
        - Generate accessors for member variables.
        - Handle multiple function/method annotations (used by plugins).
        - Updated plugin interface (should be backwards-compatible).

0.1700   Sun Feb 10 12:00:00 CET 2013
        - %alias feature for aliasing XS++ wrappers.

0.1603   Fri Dec 28 12:03:09 CEST 2012
        - Fix blead-perl warning about unescaped { in regexps.
        - Use ExtUtils::Typemaps instead of ExtUtils::Typemap (which
          had to be renamed).
        - Somewhat improved examples.
2015-01-29 12:42:01 +00:00

25 lines
977 B
Makefile

# $NetBSD: Makefile,v 1.15 2015/01/29 12:42:01 mef Exp $
DISTNAME= ExtUtils-XSpp-0.18
# 0.1602 -> 0.16.02
PKGNAME= p5-${DISTNAME:C/([0-9].[0-9][0-9])([0-9][0-9])/\1.\2/}
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.14.1,p5-Module-Build>=0.38000}:../../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+= {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.22.02}:../../devel/p5-ExtUtils-ParseXS
DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.0}:../../security/p5-Digest-MD5
USE_LANGUAGES= c
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/ExtUtils/XSpp/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"