mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Add LICENSE
- pet Portlint Sponsored by: Netzkommune GmbH
This commit is contained in:
parent
47a98ef219
commit
eb0d295c99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487982
@ -8,15 +8,18 @@ CATEGORIES= databases pear
|
||||
MAINTAINER= joneum@FreeBSD.org
|
||||
COMMENT= PEAR class transform SQL queries into XML data
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
|
||||
RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
|
||||
|
||||
USES= pear
|
||||
|
||||
OPTIONS_DEFINE= PEAR_MDB2 PEAR_NET_LDAP2
|
||||
PEAR_MDB2_DESC= Add support for pear-MDB2
|
||||
PEAR_NET_LDAP2_DESC= Add support for pear-Net_LDAP2
|
||||
|
||||
USES= pear
|
||||
|
||||
PEAR_MDB2_BUILD_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
|
||||
PEAR_NET_LDAP2_BUILD_DEPENDS= ${PEARDIR}/Net/LDAP2.php:net/pear-Net_LDAP2@${PHP_FLAVOR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user