diff options
Diffstat (limited to 'testing/apache2-mod-perl/APKBUILD')
-rw-r--r-- | testing/apache2-mod-perl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/apache2-mod-perl/APKBUILD b/testing/apache2-mod-perl/APKBUILD index 9f6100c938..c5bc58c8a2 100644 --- a/testing/apache2-mod-perl/APKBUILD +++ b/testing/apache2-mod-perl/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Matt Smith <mcs@darkregion.net> -# Maintainer: Matt Smith <mcs@darkregion.net> +# Maintainer: Matt Smith <mcs@darkregion.net> pkgname=apache2-mod-perl _realname=mod_perl pkgver=2.0.8 @@ -7,9 +7,9 @@ pkgrel=0 pkgdesc="Perl Module for Apache2" url="http://perl.apache.org/" arch="all" -license="APACHE" +license="ASL 2.0" depends="apache2 perl" -depends_dev= +depends_dev="" makedepends="$depends_dev apache2-dev perl-dev perl-linux-pid apr-dev" install="$pkgname.post-install" subpackages="$pkgname-doc $pkgname-dev" |