summaryrefslogtreecommitdiff
path: root/p5-lwp-protocol-https/Pkgfile
blob: 0b282b303d231d237d6d5d8a54f0aff90cce9ed3 (plain)
    1 # Description: Provide https support for LWP::UserAgent
    2 # URL: https://metacpan.org/release/LWP-Protocol-https
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: ca-certificates p5-io-socket-ssl p5-libwww p5-net-http
    5 
    6 name=p5-lwp-protocol-https
    7 version=6.08-TRIAL
    8 release=1
    9 source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-$version.tar.gz)
   10 
   11 build() {
   12   cd LWP-Protocol-https-${version/-TRIAL/}
   13   perl Makefile.PL INSTALLDIRS=vendor
   14   make
   15   make DESTDIR=$PKG install
   16   find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
   17 }

Generated by cgit