pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Alien-Build



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 28 04:16:31 UTC 2017

Added Files:
        pkgsrc/devel/p5-Alien-Build: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Alien-Build/DESCR \
    pkgsrc/devel/p5-Alien-Build/Makefile pkgsrc/devel/p5-Alien-Build/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-Alien-Build/DESCR
diff -u /dev/null pkgsrc/devel/p5-Alien-Build/DESCR:1.1
--- /dev/null   Thu Sep 28 04:16:31 2017
+++ pkgsrc/devel/p5-Alien-Build/DESCR   Thu Sep 28 04:16:31 2017
@@ -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.
Index: pkgsrc/devel/p5-Alien-Build/Makefile
diff -u /dev/null pkgsrc/devel/p5-Alien-Build/Makefile:1.1
--- /dev/null   Thu Sep 28 04:16:31 2017
+++ pkgsrc/devel/p5-Alien-Build/Makefile        Thu Sep 28 04:16:31 2017
@@ -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"
Index: pkgsrc/devel/p5-Alien-Build/distinfo
diff -u /dev/null pkgsrc/devel/p5-Alien-Build/distinfo:1.1
--- /dev/null   Thu Sep 28 04:16:31 2017
+++ pkgsrc/devel/p5-Alien-Build/distinfo        Thu Sep 28 04:16:31 2017
@@ -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