void-packages/srcpkgs/perl-WWW-Curl/template
2019-09-25 20:39:31 +02:00

20 lines
578 B
Bash

# Template build file for 'perl-WWW-Curl'.
pkgname=perl-WWW-Curl
version=4.17
revision=10
wrksrc="WWW-Curl-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="${hostmakedepends} libcurl-devel"
depends="${hostmakedepends}"
short_desc="WWW::Curl - Perl extension interface for libcurl"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="https://metacpan.org/release/WWW-Curl"
license="MIT"
distfiles="${CPAN_SITE}/WWW/WWW-Curl-$version.tar.gz"
checksum=52ffab110e32348d775f241c973eb56f96b08eedbc110d77d257cdb0a24ab7ba
post_install() {
vlicense LICENSE
}