aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-module-runtime-conflicts
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 09:13:50 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 11:24:36 +0000
commit02845d5a2b1a049e003d5af6a1ce1684ef966029 (patch)
treeee85b088534d50c10122a6aad4f0a24af0360d1d /community/perl-module-runtime-conflicts
parentf18c03be138cdf19cfc175560bcfed4bafc3f3c9 (diff)
downloadaports-02845d5a2b1a049e003d5af6a1ce1684ef966029.tar.bz2
aports-02845d5a2b1a049e003d5af6a1ce1684ef966029.tar.xz
community/perl-module-runtime-conflicts: moved from testing
Diffstat (limited to 'community/perl-module-runtime-conflicts')
-rw-r--r--community/perl-module-runtime-conflicts/APKBUILD39
1 files changed, 39 insertions, 0 deletions
diff --git a/community/perl-module-runtime-conflicts/APKBUILD b/community/perl-module-runtime-conflicts/APKBUILD
new file mode 100644
index 0000000000..862a24fa7b
--- /dev/null
+++ b/community/perl-module-runtime-conflicts/APKBUILD
@@ -0,0 +1,39 @@
+# Automatically generated by apkbuild-cpan, template 1
+# Contributor: Natanael Copa <ncopa@alpinelinux.org>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=perl-module-runtime-conflicts
+_pkgreal=Module-Runtime-Conflicts
+pkgver=0.003
+pkgrel=0
+pkgdesc="Provide information on conflicts for Module::Runtime"
+url="http://search.cpan.org/dist/Module-Runtime-Conflicts/"
+arch="noarch"
+license="GPL PerlArtistic"
+cpandepends="perl-module-runtime perl-dist-checkconflicts"
+cpanmakedepends=" "
+depends="$cpandepends"
+makedepends="perl-dev $cpanmakedepends"
+subpackages="$pkgname-doc"
+source="http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_pkgreal-$pkgver.tar.gz"
+
+builddir="$srcdir/$_pkgreal-$pkgver"
+
+prepare() {
+ cd "$builddir"
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+build() {
+ cd "$builddir"
+ make
+}
+
+package() {
+ cd "$builddir"
+ make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
+}
+
+md5sums="67aaf699072063cc00c5b6afd4c67a6f Module-Runtime-Conflicts-0.003.tar.gz"
+sha256sums="707cdc75038c70fe91779b888ac050f128565d3967ba96680e1b1c7cc9733875 Module-Runtime-Conflicts-0.003.tar.gz"
+sha512sums="1b72ea7cc9516721290d5ea433169697b4134b5fc77872d6822e4c395a154bf956d469ab5da2802d587d60dfb13b9784014fe492988cf3f8b5820da2d63e8ca1 Module-Runtime-Conflicts-0.003.tar.gz"