diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-29 13:27:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-29 13:27:30 +0000 |
commit | 969ab5efd19decca259d9cba696e5e41919cb341 (patch) | |
tree | 8a0e7052046e087f252671a0b6410b41a28e6a04 /devel | |
parent | 96b81f288f20d492fcf09fc69dddea00513125fe (diff) | |
download | pkgsrc-969ab5efd19decca259d9cba696e5e41919cb341.tar.gz |
devel/p5-Alien-Base-ModuleBuild: import p5-Alien-Base-ModuleBuild-0.046
This module provides tools for building external (non-CPAN)
dependencies for CPAN. It is mainly designed to be used at install
time of a CPAN client, and work closely with Alien::Base which is
used at runtime.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Alien-Base-ModuleBuild/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Alien-Base-ModuleBuild/Makefile | 31 | ||||
-rw-r--r-- | devel/p5-Alien-Base-ModuleBuild/distinfo | 6 |
3 files changed, 41 insertions, 0 deletions
diff --git a/devel/p5-Alien-Base-ModuleBuild/DESCR b/devel/p5-Alien-Base-ModuleBuild/DESCR new file mode 100644 index 00000000000..f4734a337b7 --- /dev/null +++ b/devel/p5-Alien-Base-ModuleBuild/DESCR @@ -0,0 +1,4 @@ +This module provides tools for building external (non-CPAN) +dependencies for CPAN. It is mainly designed to be used at install +time of a CPAN client, and work closely with Alien::Base which is +used at runtime. diff --git a/devel/p5-Alien-Base-ModuleBuild/Makefile b/devel/p5-Alien-Base-ModuleBuild/Makefile new file mode 100644 index 00000000000..0fa1f098938 --- /dev/null +++ b/devel/p5-Alien-Base-ModuleBuild/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1 2017/09/29 13:27:30 wiz Exp $ + +DISTNAME= Alien-Base-ModuleBuild-0.046 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~plicease/Alien-Base-ModuleBuild/ +COMMENT= Module::Build subclass for building Alien:: modules and libraries +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/Alien/Base/ModuleBuild/.packlist +PERL5_MODULE_TYPE= Module::Build + +USE_TOOLS+= pkg-config:run + +DEPENDS+= p5-Archive-Extract-[0-9]*:../../archivers/p5-Archive-Extract +DEPENDS+= p5-Capture-Tiny>=0.17:../../devel/p5-Capture-Tiny +DEPENDS+= p5-File-chdir-[0-9]*:../../devel/p5-File-chdir +DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny +DEPENDS+= p5-HTML-LinkExtractor-[0-9]*:../../www/p5-HTML-LinkExtractor +DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions +DEPENDS+= p5-Shell-Config-Generate-[0-9]*:../../devel/p5-Shell-Config-Generate +DEPENDS+= p5-Shell-Guess-[0-9]*:../../devel/p5-Shell-Guess + +# TEST_DEPENDS +BUILD_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Alien-Base-ModuleBuild/distinfo b/devel/p5-Alien-Base-ModuleBuild/distinfo new file mode 100644 index 00000000000..5db64507af5 --- /dev/null +++ b/devel/p5-Alien-Base-ModuleBuild/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/09/29 13:27:30 wiz Exp $ + +SHA1 (Alien-Base-ModuleBuild-0.046.tar.gz) = 13611dcd30412e9e09cfa271981f7a5ae74da091 +RMD160 (Alien-Base-ModuleBuild-0.046.tar.gz) = 4ac1dc0f12ef0196b25d289faf7a65320375dad1 +SHA512 (Alien-Base-ModuleBuild-0.046.tar.gz) = 41982421de8873662ae8552bdb8e00a79787e521522ec4074fb21c879dfd3e89798cfae7e38564c3f85d28e10b8361b201a7eb113c845ef934c913a455bf527b +Size (Alien-Base-ModuleBuild-0.046.tar.gz) = 66588 bytes |