summaryrefslogtreecommitdiff
path: root/community/perl-class-methodmaker
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-27 00:29:16 -0700
committerroot <root@rshg054.dnsready.net>2013-05-27 00:29:16 -0700
commitb4ca83da72ffb5800852339f6efe5a59c16e9f94 (patch)
tree3ed149ced423d2629e0b3a71f0b1e2cf3f6ced70 /community/perl-class-methodmaker
parent99ee54f2484aadc464e997e54aa9c7ca7ecde198 (diff)
Mon May 27 00:29:16 PDT 2013
Diffstat (limited to 'community/perl-class-methodmaker')
-rw-r--r--community/perl-class-methodmaker/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/perl-class-methodmaker/PKGBUILD b/community/perl-class-methodmaker/PKGBUILD
index d80482f8e..1304b3d3d 100644
--- a/community/perl-class-methodmaker/PKGBUILD
+++ b/community/perl-class-methodmaker/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 71753 2012-06-02 10:29:34Z bluewind $
+# $Id: PKGBUILD 91657 2013-05-26 09:24:47Z bluewind $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-class-methodmaker
pkgver=2.18
-pkgrel=6
+pkgrel=7
pkgdesc="Create generic class methods"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/Class-MethodMaker"
@@ -18,6 +18,10 @@ build() {
cd $srcdir/Class-MethodMaker-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
+}
+
+package() {
+ cd $srcdir/Class-MethodMaker-$pkgver
make install DESTDIR=$pkgdir
find $pkgdir -name '.packlist' -delete
find $pkgdir -name '*.pod' -delete