mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add php-session and php-pcre to the lsit of RUN_DEPENDS adn bump PORTREVISION.
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
This commit is contained in:
parent
e9285d361c
commit
524a1ba605
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165660
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= postfixadmin
|
PORTNAME= postfixadmin
|
||||||
PORTVERSION= 2.1.0
|
PORTVERSION= 2.1.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= mail www
|
CATEGORIES= mail www
|
||||||
MASTER_SITES= http://high5.net/postfixadmin/ \
|
MASTER_SITES= http://high5.net/postfixadmin/ \
|
||||||
http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/
|
http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/
|
||||||
|
@ -17,6 +17,7 @@ MAINTAINER= itetcu@FreeBSD.org
|
||||||
COMMENT= PHP web-based management tool for Postfix virtual domains and users
|
COMMENT= PHP web-based management tool for Postfix virtual domains and users
|
||||||
|
|
||||||
WANT_PHP_PEAR= yes
|
WANT_PHP_PEAR= yes
|
||||||
|
USE_PHP= pcre session
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_APACHE= 1.3+
|
USE_APACHE= 1.3+
|
||||||
|
|
||||||
|
@ -30,11 +31,11 @@ OPTIONS+= PGSQL "Use PostgresQL to store config data" off
|
||||||
RUN_DEPENDS+= postfix>=2[0-9]*:${PORTSDIR}/mail/postfix
|
RUN_DEPENDS+= postfix>=2[0-9]*:${PORTSDIR}/mail/postfix
|
||||||
|
|
||||||
.ifndef(WITHOUT_MYSQL)
|
.ifndef(WITHOUT_MYSQL)
|
||||||
USE_PHP= mysql
|
USE_PHP+= mysql
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.ifdef(WITH_PGSQL)
|
.ifdef(WITH_PGSQL)
|
||||||
USE_PHP= pgsql
|
USE_PHP+= pgsql
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.ifdef(WITHOUT_MYSQL) && !defined(WITH_PGSQL)
|
.ifdef(WITHOUT_MYSQL) && !defined(WITH_PGSQL)
|
||||||
|
|
Loading…
Add table
Reference in a new issue