Date: Sun, 10 Mar 2019 11:46:06 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495287 - in head/devel: . p5-Alien-Base-ModuleBuild Message-ID: <201903101146.x2ABk6GY060559@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Mar 10 11:46:06 2019 New Revision: 495287 URL: https://svnweb.freebsd.org/changeset/ports/495287 Log: New port: devel/p5-Alien-Base-ModuleBuild Module::Build subclass for building Alien:: modules and their libraries For new development use Alien::Build and alienfile instead. WWW: https://metacpan.org/pod/Alien::Base::ModuleBuild Added: head/devel/p5-Alien-Base-ModuleBuild/ head/devel/p5-Alien-Base-ModuleBuild/Makefile (contents, props changed) head/devel/p5-Alien-Base-ModuleBuild/distinfo (contents, props changed) head/devel/p5-Alien-Base-ModuleBuild/pkg-descr (contents, props changed) head/devel/p5-Alien-Base-ModuleBuild/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 10 11:41:58 2019 (r495286) +++ head/devel/Makefile Sun Mar 10 11:46:06 2019 (r495287) @@ -1946,6 +1946,7 @@ SUBDIR += p5-Algorithm-Permute SUBDIR += p5-Algorithm-SVM SUBDIR += p5-Alias + SUBDIR += p5-Alien-Base-ModuleBuild SUBDIR += p5-Alien-Build SUBDIR += p5-Alien-SDL SUBDIR += p5-Alzabo Added: head/devel/p5-Alien-Base-ModuleBuild/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Alien-Base-ModuleBuild/Makefile Sun Mar 10 11:46:06 2019 (r495287) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= Alien-Base-ModuleBuild +PORTVERSION= 1.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Module::Build subclass for building Alien:: modules and libraries + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Archive-Extract>=0.80:archivers/p5-Archive-Extract \ + p5-File-chdir>=0.1010:devel/p5-File-chdir \ + p5-Path-Tiny>=0.108:devel/p5-Path-Tiny \ + p5-Shell-Config-Generate>=0.33:devel/p5-Shell-Config-Generate \ + p5-Shell-Guess>=0.09:devel/p5-Shell-Guess \ + p5-Sort-Versions>=1.62:devel/p5-Sort-Versions +TEST_DEPENDS= p5-Test2-Suite>=0.000118:devel/p5-Test2-Suite \ + p5-Inline-CPP>=0.75:devel/p5-Inline-CPP + +USES= perl5 +USE_PERL5= modbuild + +.include <bsd.port.mk> Added: head/devel/p5-Alien-Base-ModuleBuild/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Alien-Base-ModuleBuild/distinfo Sun Mar 10 11:46:06 2019 (r495287) @@ -0,0 +1,3 @@ +TIMESTAMP = 1551862351 +SHA256 (Alien-Base-ModuleBuild-1.06.tar.gz) = cc9d546ee5c90128306236ba3ab0ab4d46caafcdbcb889379b1b443c696a97b9 +SIZE (Alien-Base-ModuleBuild-1.06.tar.gz) = 64694 Added: head/devel/p5-Alien-Base-ModuleBuild/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Alien-Base-ModuleBuild/pkg-descr Sun Mar 10 11:46:06 2019 (r495287) @@ -0,0 +1,5 @@ +Module::Build subclass for building Alien:: modules and their libraries + +For new development use Alien::Build and alienfile instead. + +WWW: https://metacpan.org/pod/Alien::Base::ModuleBuild Added: head/devel/p5-Alien-Base-ModuleBuild/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Alien-Base-ModuleBuild/pkg-plist Sun Mar 10 11:46:06 2019 (r495287) @@ -0,0 +1,15 @@ +%%SITE_PERL%%/Alien/Base/ModuleBuild.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/API.pod +%%SITE_PERL%%/Alien/Base/ModuleBuild/Authoring.pod +%%SITE_PERL%%/Alien/Base/ModuleBuild/Cabinet.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/FAQ.pod +%%SITE_PERL%%/Alien/Base/ModuleBuild/File.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/Repository.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/Repository/FTP.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/Repository/HTTP.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/Repository/Local.pm +%%SITE_PERL%%/Alien/Base/ModuleBuild/Utils.pm +%%PERL5_MAN3%%/Alien::Base::ModuleBuild.3.gz +%%PERL5_MAN3%%/Alien::Base::ModuleBuild::API.3.gz +%%PERL5_MAN3%%/Alien::Base::ModuleBuild::Authoring.3.gz +%%PERL5_MAN3%%/Alien::Base::ModuleBuild::FAQ.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903101146.x2ABk6GY060559>