diff options
Diffstat (limited to 'community/postfixadmin/APKBUILD')
-rw-r--r-- | community/postfixadmin/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/postfixadmin/APKBUILD b/community/postfixadmin/APKBUILD index 88abe2697c..064b9dfa74 100644 --- a/community/postfixadmin/APKBUILD +++ b/community/postfixadmin/APKBUILD @@ -1,14 +1,15 @@ # Contributor: Sergei Lukin <sergej.lukin@gmail.com> # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> +_php=php7 pkgname=postfixadmin pkgver=3.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Web Based Management tool for Postfix" url="http://postfixadmin.com/" arch="noarch" license="GPL" -depends="postfix" +depends="$_php" options="!check" source="http://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-$pkgver/postfixadmin-$pkgver.tar.gz" |