diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-26 11:45:39 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-26 11:45:39 +0000 |
commit | 41cbea8c42bfd576b453a28baeb510f05d27ed6a (patch) | |
tree | 77f1d53a3e53ee4c3f2f779b80d226d07c03663d | |
parent | 1e2da3c466d3342a5b7eb9f6f846fdb75e0cfc0f (diff) | |
download | aports-41cbea8c42bfd576b453a28baeb510f05d27ed6a.tar.bz2 aports-41cbea8c42bfd576b453a28baeb510f05d27ed6a.tar.xz |
community/perl-html-template: moved from testing, fixed build
-rw-r--r-- | community/perl-html-template/APKBUILD (renamed from testing/perl-html-template/APKBUILD) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/perl-html-template/APKBUILD b/community/perl-html-template/APKBUILD index 7e8ef4a86d..9f8876aa86 100644 --- a/testing/perl-html-template/APKBUILD +++ b/community/perl-html-template/APKBUILD @@ -1,16 +1,16 @@ # Automatically generated by apkbuild-cpan, template 1 -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Maintainer: Francesco Colista <francesco.colista@gmail.com> +# Contributor: Francesco Colista <fcolista@alpinelinux.org> +# Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-html-template _pkgreal=HTML-Template pkgver=2.95 -pkgrel=0 +pkgrel=1 pkgdesc="Perl module to use HTML-like templating language" url="http://search.cpan.org/dist/HTML-Template/" arch="noarch" license="GPL PerlArtistic" cpandepends="" -cpanmakedepends="" +cpanmakedepends="perl-cgi" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" |