pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Alien-Build devel/p5-Alien-Build: import p5-A...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bca70f1c8252
branches:  trunk
changeset: 369291:bca70f1c8252
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 28 04:16:31 2017 +0000

description:
devel/p5-Alien-Build: import p5-Alien-Build-1.16

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:

 devel/p5-Alien-Build/DESCR    |   4 ++++
 devel/p5-Alien-Build/Makefile |  26 ++++++++++++++++++++++++++
 devel/p5-Alien-Build/distinfo |   6 ++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 22b7fbb57350 -r bca70f1c8252 devel/p5-Alien-Build/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Alien-Build/DESCR        Thu Sep 28 04:16:31 2017 +0000
@@ -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 -r 22b7fbb57350 -r bca70f1c8252 devel/p5-Alien-Build/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Alien-Build/Makefile     Thu Sep 28 04:16:31 2017 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2017/09/28 04:16:31 wiz Exp $
+
+DISTNAME=      Alien-Build-1.16
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~plicease/Alien-Build/
+COMMENT=       Build external dependencies for use in CPAN
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=         auto/Alien/Build/.packlist
+
+USE_TOOLS+=    pkg-config:run
+
+DEPENDS+=      p5-Capture-Tiny>=0.17:../../devel/p5-Capture-Tiny
+DEPENDS+=      p5-File-chdir-[0-9]*:../../devel/p5-File-chdir
+DEPENDS+=      p5-File-Which>=1.10:../../devel/p5-File-Which
+DEPENDS+=      p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
+DEPENDS+=      p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
+DEPENDS+=      p5-FFI-CheckLib-[0-9]*:../../devel/p5-FFI-CheckLib
+DEPENDS+=      p5-HTML-LinkExtractor-[0-9]*:../../www/p5-HTML-LinkExtractor
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 22b7fbb57350 -r bca70f1c8252 devel/p5-Alien-Build/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Alien-Build/distinfo     Thu Sep 28 04:16:31 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/28 04:16:31 wiz Exp $
+
+SHA1 (Alien-Build-1.16.tar.gz) = 6702ed62bdab61b1819446b239e526e2d348fe32
+RMD160 (Alien-Build-1.16.tar.gz) = cb8464dc25bc277961a84664fa0a71868383675f
+SHA512 (Alien-Build-1.16.tar.gz) = 3c914daa80eaca10532f26cfdcc014899739e1d8d19ba81473063648b4a04edae4f14f57a9aec53d9575719069a81db3d652638d971b034d2bc869deef0f037f
+Size (Alien-Build-1.16.tar.gz) = 206889 bytes



Home | Main Index | Thread Index | Old Index