diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-30 12:25:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 12:07:12 +0000 |
commit | ae380974c20d60217bedada8747089dbc1409609 (patch) | |
tree | 9b1c76d87151a5a600d4111966d687bea70a5404 /main/apache-mod-auth-kerb/APKBUILD | |
parent | 7e58002839b749d1c79e830097c6ac54a5672dc6 (diff) | |
download | aports-ae380974c20d60217bedada8747089dbc1409609.tar.bz2 aports-ae380974c20d60217bedada8747089dbc1409609.tar.xz |
main/apache-mod-auth-kerb: specify licenses
Diffstat (limited to 'main/apache-mod-auth-kerb/APKBUILD')
-rw-r--r-- | main/apache-mod-auth-kerb/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/apache-mod-auth-kerb/APKBUILD b/main/apache-mod-auth-kerb/APKBUILD index 0aae395c8..13f4a58f2 100644 --- a/main/apache-mod-auth-kerb/APKBUILD +++ b/main/apache-mod-auth-kerb/APKBUILD @@ -3,11 +3,11 @@ pkgname=apache-mod-auth-kerb _pkgname=mod_auth_kerb pkgver=5.4 -pkgrel=2 +pkgrel=3 pkgdesc="A Kerberos authentication module for the Apache Http Server" url="http://sourceforge.net/projects/modauthkerb/" arch="all" -license="custom" +license="BSD MIT" depends="apache2 heimdal" makedepends="apache2-dev heimdal-dev" source="http://downloads.sourceforge.net/project/modauthkerb/$_pkgname/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.gz |