blob: 857dc7fceaa8853ce499c299882e063ad3aafae2 (
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
26
27
28
29
30
|
# New ports collection makefile for: dalmp
# Date created: 06 Nov 2010
# Whom: Nicolas de Bari Embriz <nbari@dalmp.com>
#
# $FreeBSD$
#
PORTNAME= dalmp
PORTVERSION= 1.320
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
IGNORE_WITH_PHP=4
NO_BUILD= YES
USE_PHP= pcre mysql mysqli session memcache sqlite3 curl
do-install:
@${MKDIR} ${DATADIR}
@${CP} -R ${WRKSRC}/ ${DATADIR}
.include <bsd.port.mk>
|