perl-Data-UUID: fix license=

This commit is contained in:
maxice8 2018-08-30 23:29:38 -03:00
parent 76adea2eae
commit 1f02209258
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,15 +1,19 @@
# Template file for 'perl-Data-UUID' # Template file for 'perl-Data-UUID'
pkgname=perl-Data-UUID pkgname=perl-Data-UUID
version=1.221 version=1.221
revision=5 revision=6
wrksrc="Data-UUID-$version" wrksrc="Data-UUID-${version}"
build_style=perl-module build_style=perl-module
maintainer="Orphaned <orphan@voidlinux.eu>" maintainer="Orphaned <orphan@voidlinux.eu>"
hostmakedepends=perl hostmakedepends=perl
makedepends=perl makedepends=perl
depends=perl depends=perl
license="${pkgname} license" license="MIT"
homepage="https://metacpan.org/release/Data-UUID" homepage="https://metacpan.org/release/Data-UUID"
short_desc="Data::UUID - Globally/Universally Unique Identifiers" short_desc="Data::UUID - Globally/Universally Unique Identifiers"
distfiles="${CPAN_SITE}/Data/Data-UUID-${version}.tar.gz" distfiles="${CPAN_SITE}/Data/Data-UUID-${version}.tar.gz"
checksum=3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667 checksum=3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667
post_install() {
vlicense LICENSE
}