b9767d7625
comms/pear-Horde_ActiveSync 2.30.0 -> 2.30.2 devel/pear-Horde_Core 2.22.1 -> 2.22.3 databases/pear-Horde_Db 2.2.3 -> 2.3.0 devel/pear-Horde_Icalendar 2.1.1 -> 2.1.2 mail/pear-Horde_Imap_Client 2.29.3 -> 2.29.4 security/pear-Horde_Perms 2.1.5 -> 2.1.6
26 lines
516 B
Makefile
26 lines
516 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Db
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= databases www pear
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Database Libraries
|
|
|
|
OPTIONS_DEFAULT= MYSQL
|
|
OPTIONS_DEFINE= MYSQL MYSQLI PDO
|
|
MYSQL_DESC= Depend on mysql PHP extension
|
|
MYSQLI_DESC= Depend on mysqli PHP extension
|
|
PDO_DESC= Depend on PDO PHP extension
|
|
|
|
USES= horde
|
|
USE_HORDE_RUN= Horde_Date \
|
|
Horde_Exception \
|
|
Horde_Support
|
|
|
|
MYSQL_USE= PHP=mysql
|
|
MYSQLI_USE= PHP=mysqli
|
|
PDO_USE= PHP=pdo
|
|
|
|
.include <bsd.port.mk>
|