summaryrefslogtreecommitdiffstats
path: root/testing/perl-email-mime-contenttype
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2012-10-27 17:11:13 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2012-10-27 17:11:13 +0000
commit8efb818974e04495f55f98692d6c868a2062e687 (patch)
treec0a565ac4630087d5944653c7a241a81629600e7 /testing/perl-email-mime-contenttype
parent04e4b5eb72e08f83f01867afdbaa4029482ffdfd (diff)
downloadaports-8efb818974e04495f55f98692d6c868a2062e687.tar.bz2
aports-8efb818974e04495f55f98692d6c868a2062e687.tar.xz
testing/perl-email-mime-contenttype: new aport
Diffstat (limited to 'testing/perl-email-mime-contenttype')
-rw-r--r--testing/perl-email-mime-contenttype/APKBUILD39
1 files changed, 39 insertions, 0 deletions
diff --git a/testing/perl-email-mime-contenttype/APKBUILD b/testing/perl-email-mime-contenttype/APKBUILD
new file mode 100644
index 000000000..9f5f47252
--- /dev/null
+++ b/testing/perl-email-mime-contenttype/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-email-mime-contenttype
+_pkgreal=Email-MIME-ContentType
+pkgver=1.015
+pkgrel=0
+pkgdesc="Parse a MIME Content-Type Header"
+url="http://search.cpan.org/dist/Email-MIME-ContentType/"
+arch="noarch"
+license="GPL PerlArtistic"
+cpandepends=""
+cpanmakedepends=" "
+depends="$cpandepends"
+makedepends="perl-dev $cpanmakedepends"
+subpackages="$pkgname-doc"
+source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz"
+
+_builddir="$srcdir/$_pkgreal-$pkgver"
+
+prepare() {
+ cd "$_builddir"
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+build() {
+ cd "$_builddir"
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
+ make && make test
+}
+
+package() {
+ cd "$_builddir"
+ make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
+}
+
+md5sums="f098ffed16ccab03a3bd51449eba175f Email-MIME-ContentType-1.015.tar.gz"