blob: 25f7cbd6ac6c229ef6c842227ee1fa1b02db0d1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Nicolas de Bari Embriz <nbari@dalmp.com>
# $FreeBSD$
PORTNAME= dalmp
PORTVERSION= 2.1
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
MAINTAINER= nbari@dalmp.com
COMMENT= Database Abstraction Layer for MySQL using PHP
LICENSE= BSD
USE_BZIP2= YES
DEFAULT_PHP_VER=5
NO_BUILD= YES
USE_PHP= pcre mysql mysqli session memcache sqlite3 curl
do-install:
@${MKDIR} ${DATADIR}
@${CP} -R ${WRKSRC}/ ${DATADIR}
.include <bsd.port.mk>
|