- Converted to OptionsNG
- Fixed portlint warnings
This commit is contained in:
parent
3e3ce1cf35
commit
662859c88c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305280
1 changed files with 14 additions and 10 deletions
|
@ -10,16 +10,22 @@ PORTVERSION= 1.2.4
|
||||||
CATEGORIES= databases pear
|
CATEGORIES= databases pear
|
||||||
MASTER_SITES= http://www.doctrine-project.org/downloads/ \
|
MASTER_SITES= http://www.doctrine-project.org/downloads/ \
|
||||||
LOCAL/glarkin
|
LOCAL/glarkin
|
||||||
PORTSCOUT= limit:^1\.2\.
|
|
||||||
|
|
||||||
MAINTAINER= glarkin@FreeBSD.org
|
MAINTAINER= glarkin@FreeBSD.org
|
||||||
COMMENT= Doctrine is a PHP object relational mapper
|
COMMENT= Doctrine is a PHP object relational mapper
|
||||||
|
|
||||||
OPTIONS= DBLIB "Install PHP DBO driver for DBLIB" Off \
|
LICENSE= GPLv2
|
||||||
MYSQL "Install PHP DBO driver for MySQL" On \
|
|
||||||
ODBC "Install PHP DBO driver for ODBC" Off \
|
PORTSCOUT= limit:^1\.2\.
|
||||||
PGSQL "Install PHP DBO driver for PostgreSQL" Off \
|
|
||||||
SQLITE "Install PHP DBO driver for SQLite" Off
|
OPTIONS_DEFINE= DBLIB MYSQL ODBC PGSQL SQLITE
|
||||||
|
OPTIONS_DEFAULT=MYSQL
|
||||||
|
|
||||||
|
DBLIB_DESC= Install PHP DBO driver for DBLIB
|
||||||
|
MYSQL_DESC= Install PHP DBO driver for MySQL
|
||||||
|
ODBC_DESC= Install PHP DBO driver for ODBC
|
||||||
|
PGSQL_DESC= Install PHP DBO driver for PostgreSQL
|
||||||
|
SQLITE_DESC= Install PHP DBO driver for SQLite
|
||||||
|
|
||||||
CHANNEL= pear.doctrine-project.org
|
CHANNEL= pear.doctrine-project.org
|
||||||
MANUAL_PACKAGE_BUILD= attempts to contact ${CHANNEL} during installation
|
MANUAL_PACKAGE_BUILD= attempts to contact ${CHANNEL} during installation
|
||||||
|
@ -29,9 +35,7 @@ SUB_LIST+= CHANNEL=${CHANNEL} LOCALBASE=${LOCALBASE}
|
||||||
PKGINSTALL= ${WRKDIR}/pear-install
|
PKGINSTALL= ${WRKDIR}/pear-install
|
||||||
LATEST_LINK= pear-Doctrine12
|
LATEST_LINK= pear-Doctrine12
|
||||||
|
|
||||||
LICENSE= GPLv2
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
DEFAULT_PHP_VER=5
|
DEFAULT_PHP_VER=5
|
||||||
IGNORE_WITH_PHP=4
|
IGNORE_WITH_PHP=4
|
||||||
|
@ -386,4 +390,4 @@ FILES= Doctrine/Access.php \
|
||||||
|
|
||||||
.include "${PORTSDIR}/Mk/bsd.php.mk"
|
.include "${PORTSDIR}/Mk/bsd.php.mk"
|
||||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue