1
0
forked from ports/contrib

p5-net-ssleay: 1.85 -> 1.88

This commit is contained in:
Danny Rawlins 2020-02-01 21:32:52 +11:00
parent fab1d56199
commit adcd60e73e
2 changed files with 11 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38cZiwaBg/Zs03DSDv4NiXP+P3aZgzrWhRvG05mzp+ELvKc9tZX5r5Bhh6ZdRYs6pr+wEOrJZFDm4CIENr+kGAc=
SHA256 (Pkgfile) = 21027220c61a985bfab5a34a88fc303ea795541ce9a1e93ddb611c02cff1c8c4
RWSagIOpLGJF3wcapW080tZ4Z4ePikaxELUwXoMb03dkwizlUsFFJYb5Jm2dwGMdZisDPzGuppMQxeU1QK2n6hj3KjXT16ardgo=
SHA256 (Pkgfile) = 8e7715c59e448c417b8571449e82184e9a8b664183c11877244a7d21f9fd154c
SHA256 (.footprint) = 09c67bab7690bc15d713481851541d33432f8f1075bc605a05711dad245e1f05
SHA256 (Net-SSLeay-1.85.tar.gz) = 9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8
SHA256 (Net-SSLeay-1.88.tar.gz) = 2000da483c8471a0b61e06959e92a6fca7b9e40586d5c828de977d3d2081cfdd

View File

@ -1,16 +1,19 @@
# Description: Perl extension for using OpenSSL.
# URL: http://search.cpan.org/dist/Net-SSLeay/
# URL: https://metacpan.org/release/Net-SSLeay
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: openssl
name=p5-net-ssleay
version=1.85
version=1.88
_realname=Net-SSLeay
_author=CHRISN
release=1
source=(https://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-$version.tar.gz)
source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$version.tar.gz)
build() {
cd Net-SSLeay-$version
echo y | perl Makefile.PL
cd $_realname-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install