summaryrefslogtreecommitdiffstats
path: root/testing/perl-data-types
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2012-10-29 12:02:13 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2012-10-29 12:02:13 +0000
commit11c3f30b0f3bed8de8b17a820ec2892c5e4317a3 (patch)
treee79dbfc1afd30b83183d02ee1c19555defbcd281 /testing/perl-data-types
parentda33e2384d2cb83339526b3ad5b0572a8d5ed57f (diff)
downloadaports-11c3f30b0f3bed8de8b17a820ec2892c5e4317a3.tar.bz2
aports-11c3f30b0f3bed8de8b17a820ec2892c5e4317a3.tar.xz
testing/perl-data-types: new aport
Diffstat (limited to 'testing/perl-data-types')
-rw-r--r--testing/perl-data-types/APKBUILD39
1 files changed, 39 insertions, 0 deletions
diff --git a/testing/perl-data-types/APKBUILD b/testing/perl-data-types/APKBUILD
new file mode 100644
index 000000000..831ed852c
--- /dev/null
+++ b/testing/perl-data-types/APKBUILD
@@ -0,0 +1,39 @@
+# Automatically generated by apkbuild-cpan, template 1
+# Contributor: Francesco Colista <francesco.colista@gmail.com>
+# Maintainer: Francesco Colista <francesco.colista@gmail.com>
+pkgname=perl-data-types
+_pkgreal=Data-Types
+pkgver=0.09
+pkgrel=0
+pkgdesc="Validate and convert data types."
+url="http://search.cpan.org/dist/Data-Types/"
+arch="noarch"
+license="GPL PerlArtistic"
+cpandepends=""
+cpanmakedepends=" "
+depends="$cpandepends"
+makedepends="perl-dev $cpanmakedepends"
+subpackages="$pkgname-doc"
+source="http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/$_pkgreal-$pkgver.tar.gz"
+
+_builddir="$srcdir/$_pkgreal-$pkgver"
+
+prepare() {
+ cd "$_builddir"
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
+ 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="13fd546f9306eff1fa3e8d4e79a5d9f3 Data-Types-0.09.tar.gz"