perl-Data-UUID: fix license=
This commit is contained in:
parent
76adea2eae
commit
1f02209258
1 changed files with 7 additions and 3 deletions
|
@ -1,15 +1,19 @@
|
|||
# Template file for 'perl-Data-UUID'
|
||||
pkgname=perl-Data-UUID
|
||||
version=1.221
|
||||
revision=5
|
||||
wrksrc="Data-UUID-$version"
|
||||
revision=6
|
||||
wrksrc="Data-UUID-${version}"
|
||||
build_style=perl-module
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
hostmakedepends=perl
|
||||
makedepends=perl
|
||||
depends=perl
|
||||
license="${pkgname} license"
|
||||
license="MIT"
|
||||
homepage="https://metacpan.org/release/Data-UUID"
|
||||
short_desc="Data::UUID - Globally/Universally Unique Identifiers"
|
||||
distfiles="${CPAN_SITE}/Data/Data-UUID-${version}.tar.gz"
|
||||
checksum=3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue