15cbf2d68a
Changes from previous: 0.42 2011-10-19 20:00:07 - Remove cc_inc_paths, which is already defined in M::I (thanks to @shohex) 0.41 2011-10-04 12:05:54 - Complete support for requires_cplusplus() 0.40 2011-09-24 00:56:33 - ExtUtils::ParseXS is now configure_requires, instead of build_requires (xaicron++) 0.39 2011-08-22 11:28:15 - Add cc_inc_paths() as an alias to cc_include_paths() - Add requires_cplusplus() as an experimental feature; currently it chnages only warnings flags 0.38 2011-06-22 15:15:37 - Workaround MacOSX's system perl failure caused by multiple -arch for gcc (thanks to @kazuho) 0.37 2011-05-16 23:33:49 - Makefile.PL -g implices "-g -ggdb -g3" for gcc (EXPERIMENTAL) - PERL_ONLY=1 means --pp for modules with XS/PP dual backends 0.36 Thu Oct 7 16:49:04 2010 - Resolve RT #61660 (SREZIC): Support for ccache missing - Resolve RT #61770 (bokutin): A typo in SYNOPSIS 0.35 Wed Sep 29 23:46:17 2010 - Checks C99 specification more strictly - Add some macros to xshelper.h 0.34 Sun Sep 26 12:18:18 2010 - Oops! The change in 0.33 did not work.
28 lines
1 KiB
Makefile
28 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2011/11/10 04:39:59 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Module-Install-XSUtil-0.42
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Install-XSUtil/
|
|
COMMENT= Perl 5 module providing utility functions for XS modules
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c # for test target
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Module/Install/XSUtil/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-B-Hooks-OP-Annotation>=0.43:../../devel/p5-B-Hooks-OP-Annotation
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.19}:../../devel/p5-Devel-PPPort
|
|
BUILD_DEPENDS+= {perl>=5.12.0,p5-ExtUtils-ParseXS>=2.21}:../../devel/p5-ExtUtils-ParseXS
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
|
|
DEPENDS+= p5-Module-Install>=0.91:../../devel/p5-Module-Install
|
|
|
|
.include "../../devel/p5-B-Hooks-OP-Annotation/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|