summaryrefslogtreecommitdiff
path: root/extra/perl-net-ssleay/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-13 00:01:45 +0000
committerroot <root@rshg054.dnsready.net>2012-04-13 00:01:45 +0000
commit7ff5465d0386f06bea97ef956397c305d6f7e07f (patch)
tree0665c968d614fda52d83b1a052766ea1d063e20f /extra/perl-net-ssleay/PKGBUILD
parentd6dda60d85c9d4e616982b114b3c243f1faa9d79 (diff)
Fri Apr 13 00:01:45 UTC 2012
Diffstat (limited to 'extra/perl-net-ssleay/PKGBUILD')
-rw-r--r--extra/perl-net-ssleay/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/perl-net-ssleay/PKGBUILD b/extra/perl-net-ssleay/PKGBUILD
index e5c2e7a77..fe73dd9fc 100644
--- a/extra/perl-net-ssleay/PKGBUILD
+++ b/extra/perl-net-ssleay/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 155421 2012-04-03 11:45:06Z giovanni $
+# $Id: PKGBUILD 156017 2012-04-11 14:59:12Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=perl-net-ssleay
_cpanname=Net-SSLeay
-pkgver=1.46
+pkgver=1.47
pkgrel=1
pkgdesc="Perl extension for using OpenSSL"
arch=('i686' 'x86_64')
@@ -15,10 +15,11 @@ options=(!emptydirs)
replaces=('net-ssleay')
provides=('net-ssleay')
source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz")
-md5sums=('02ebd818307773f5c9844678e9a38a7d')
+md5sums=('5488d82a8e9291d6a7de5202a95cbbed')
build() {
cd ${srcdir}/${_cpanname}-${pkgver}
+
# install module in vendor directories.
PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor
make