Date: Wed, 27 Nov 2013 19:51:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335051 - in head/devel: . p5-Module-Build-XSUtil Message-ID: <201311271951.rARJpcY8014059@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Nov 27 19:51:38 2013 New Revision: 335051 URL: http://svnweb.freebsd.org/changeset/ports/335051 Log: - Add p5-Module-Build-XSUtil 0.05 Module::Build::XSUtil is subclass of Module::Build for support building XS modules. WWW: http://search.cpan.org/dist/Module-Build-XSUtil/ Added: head/devel/p5-Module-Build-XSUtil/ head/devel/p5-Module-Build-XSUtil/Makefile (contents, props changed) head/devel/p5-Module-Build-XSUtil/distinfo (contents, props changed) head/devel/p5-Module-Build-XSUtil/pkg-descr (contents, props changed) head/devel/p5-Module-Build-XSUtil/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 19:49:54 2013 (r335050) +++ head/devel/Makefile Wed Nov 27 19:51:38 2013 (r335051) @@ -2270,6 +2270,7 @@ SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee SUBDIR += p5-Module-Build-Tiny + SUBDIR += p5-Module-Build-XSUtil SUBDIR += p5-Module-CPANTS-Analyse SUBDIR += p5-Module-CPANfile SUBDIR += p5-Module-CheckDeps Added: head/devel/p5-Module-Build-XSUtil/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/Makefile Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,31 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Module-Build-XSUtil +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module::Build class for building XS modules + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Devel-CheckCompiler>=0.02:${PORTSDIR}/devel/p5-Devel-CheckCompiler +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= modbuild +USES= perl5 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \ + p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort +RUN_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Added: head/devel/p5-Module-Build-XSUtil/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/distinfo Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,2 @@ +SHA256 (Module-Build-XSUtil-0.05.tar.gz) = 69c203b52943b789271e7496f82abeb443efd358a3379e66466f5b8fdeda9c66 +SIZE (Module-Build-XSUtil-0.05.tar.gz) = 12775 Added: head/devel/p5-Module-Build-XSUtil/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/pkg-descr Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,4 @@ +Module::Build::XSUtil is subclass of Module::Build for support building XS +modules. + +WWW: http://search.cpan.org/dist/Module-Build-XSUtil/ Added: head/devel/p5-Module-Build-XSUtil/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/pkg-plist Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Module/Build/XSUtil.pm +%%PERL5_MAN3%%/Module::Build::XSUtil.3.gz +@dirrmtry %%SITE_PERL%%/Module/Build +@dirrmtry %%SITE_PERL%%/Module
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311271951.rARJpcY8014059>