aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2016-11-01 10:56:49 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-11-01 10:56:49 +0000
commit4064165b91863fa4c9b8761f25c903bcef0ded52 (patch)
tree0c1a5f2e3d1f2961fffca59af8c9b96dc260da16 /community
parentf435d2f3283e22c6014771916a2c27f2af903252 (diff)
downloadaports-4064165b91863fa4c9b8761f25c903bcef0ded52.tar.bz2
aports-4064165b91863fa4c9b8761f25c903bcef0ded52.tar.xz
main/perl-class-method-modifiers: move to main
Diffstat (limited to 'community')
-rw-r--r--community/perl-class-method-modifiers/APKBUILD42
1 files changed, 0 insertions, 42 deletions
diff --git a/community/perl-class-method-modifiers/APKBUILD b/community/perl-class-method-modifiers/APKBUILD
deleted file mode 100644
index 4aeece0b5a..0000000000
--- a/community/perl-class-method-modifiers/APKBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=perl-class-method-modifiers
-_pkgreal=Class-Method-Modifiers
-pkgver=2.12
-pkgrel=0
-pkgdesc="Provides Moose-like method modifiers"
-url="http://search.cpan.org/dist/Class-Method-Modifiers/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpandepends=""
-cpanmakedepends="perl-test-fatal perl-test-requires"
-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"
- 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="f55400c7a8134acf3657f8af89bdd7af Class-Method-Modifiers-2.12.tar.gz"
-sha256sums="e44c1073020bf55b8c97975ed77235fd7e2a6a56f29b5c702301721184e27ac8 Class-Method-Modifiers-2.12.tar.gz"
-sha512sums="18c7cdff214d39a475b116cc5e6dda043c31765bcdfa9a1fa7242ce61e42583c4981d41a43ba556fb5a057e0cfbd5e52dd60048ea7dfae0fec3618dc47876dd4 Class-Method-Modifiers-2.12.tar.gz"