mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
testing/perl-crypt-ssleay: new aport
OpenSSL support for perl LWP
This commit is contained in:
parent
d46c94827f
commit
47244703b5
37
testing/perl-crypt-ssleay/APKBUILD
Normal file
37
testing/perl-crypt-ssleay/APKBUILD
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# Automatically generated by apkbuild-cpan, template 1
|
||||||
|
# Contributor: Leonardo Arena <rnalrd@gmail.com>
|
||||||
|
# Maintainer:
|
||||||
|
pkgname=perl-crypt-ssleay
|
||||||
|
_realname=Crypt-SSLeay
|
||||||
|
pkgver=0.58
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="OpenSSL Support for LWP"
|
||||||
|
url="http://search.cpan.org/~nanis/"
|
||||||
|
arch="all"
|
||||||
|
license="GPL PerlArtistic"
|
||||||
|
cpandepends=""
|
||||||
|
cpanmakedepends=""
|
||||||
|
depends="$cpandepends openssl-dev"
|
||||||
|
makedepends="perl-dev $cpanmakedepends"
|
||||||
|
subpackages="$pkgname-doc"
|
||||||
|
source="http://search.cpan.org/CPAN/authors/id/N/NA/NANIS/$_realname-$pkgver.tar.gz"
|
||||||
|
|
||||||
|
_builddir="$srcdir/$_realname-$pkgver"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd "$_builddir"
|
||||||
|
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$_builddir"
|
||||||
|
make && make test
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$_builddir"
|
||||||
|
make DESTDIR="$pkgdir" install || return 1
|
||||||
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
|
}
|
||||||
|
|
||||||
|
md5sums="fbf3d12e58462cee00ea63239c0b13c7 Crypt-SSLeay-0.58.tar.gz"
|
Loading…
Reference in New Issue
Block a user