diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-05 12:28:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-05 15:43:07 +0000 |
commit | 59f6aa93787fa68ce578e1d307cb4456fea6dd0b (patch) | |
tree | e420021af67722c062003bf5b828219246f78e1d /main | |
parent | 9d93f9464bb75e720df0b4d53bdf1ca0ad5a45ac (diff) | |
download | aports-59f6aa93787fa68ce578e1d307cb4456fea6dd0b.tar.bz2 aports-59f6aa93787fa68ce578e1d307cb4456fea6dd0b.tar.xz |
main/php5-phpmailer: rename php to php5
Diffstat (limited to 'main')
-rw-r--r-- | main/php5-phpmailer/APKBUILD (renamed from main/php-phpmailer/APKBUILD) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/php-phpmailer/APKBUILD b/main/php5-phpmailer/APKBUILD index 19a27a3392..e0e60c883c 100644 --- a/main/php-phpmailer/APKBUILD +++ b/main/php5-phpmailer/APKBUILD @@ -1,6 +1,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> -pkgname=php-phpmailer +_php=php5 +pkgname=${_php}-phpmailer _pkgname=PHPMailer pkgver=5.2.0 pkgrel=0 @@ -8,7 +9,7 @@ pkgdesc="PHP class for SMTP mailing" url="http://code.google.com/a/apache-extras.org/p/phpmailer/" arch="noarch" license="LGPL" -depends="php>=5" +depends="$_php" depends_dev= makedepends="$depends_dev" install="" |