summaryrefslogtreecommitdiffstats
path: root/main/perl-test-identity
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-12 10:26:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-12 10:26:47 +0000
commit4056a7ae2ae7e3c5f21eb23a9b39a8cae6a169b7 (patch)
tree9dd2cd160f24ff34e2e2e5f4ae5b7bfdafe09d28 /main/perl-test-identity
parentb1c23cfe8fff7571899e39ed6dd2a9cf3043fd39 (diff)
downloadaports-4056a7ae2ae7e3c5f21eb23a9b39a8cae6a169b7.tar.bz2
aports-4056a7ae2ae7e3c5f21eb23a9b39a8cae6a169b7.tar.xz
main/perl-test-identity: moved to main
Diffstat (limited to 'main/perl-test-identity')
-rw-r--r--main/perl-test-identity/APKBUILD38
1 files changed, 38 insertions, 0 deletions
diff --git a/main/perl-test-identity/APKBUILD b/main/perl-test-identity/APKBUILD
new file mode 100644
index 000000000..a97dddc03
--- /dev/null
+++ b/main/perl-test-identity/APKBUILD
@@ -0,0 +1,38 @@
+# Automatically generated by apkbuild-cpan, template 1
+# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
+# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
+pkgname=perl-test-identity
+_pkgreal=Test-Identity
+pkgver=0.01
+pkgrel=0
+pkgdesc="assert the referential identity of a reference"
+url="http://search.cpan.org/dist/Test-Identity/"
+arch="noarch"
+license="GPL PerlArtistic"
+cpandepends=""
+cpanmakedepends=""
+depends="$cpandepends"
+makedepends="perl-dev $cpanmakedepends"
+subpackages="$pkgname-doc"
+source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz"
+
+_builddir="$srcdir/$_pkgreal-$pkgver"
+
+prepare() {
+ cd "$_builddir"
+ perl Build.PL installdirs=vendor || return 1
+}
+
+build() {
+ cd "$_builddir"
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
+ ./Build && ./Build test
+}
+
+package() {
+ cd "$_builddir"
+ ./Build install destdir="$pkgdir" || return 1
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
+}
+
+md5sums="ecef85c791cf5847e4c374983cf22a74 Test-Identity-0.01.tar.gz"