diff options
Diffstat (limited to 'system/perl/APKBUILD')
-rw-r--r-- | system/perl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/perl/APKBUILD b/system/perl/APKBUILD index b16bdfa56..0fc25d609 100644 --- a/system/perl/APKBUILD +++ b/system/perl/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Contributor: Valery Kartel <valery.kartel@gmail.com> -# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> +# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> # Proxy-For: solar pkgname=perl @@ -9,9 +9,9 @@ pkgrel=0 pkgdesc="Larry Wall's Practical Extraction and Report Language" url="https://www.perl.org/" arch="all" -license="Artistic-1.0-Perl GPL-2.0" # remove !check when tests pass. options="!check !fhs" +license="Artistic-1.0-Perl GPL-2.0" depends="" makedepends="bzip2-dev zlib-dev" subpackages="$pkgname-doc $pkgname-dev" |