1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/databases/dalmp/Makefile

27 lines
461 B
Makefile

# 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
NO_STAGE= yes
do-install:
@${MKDIR} ${DATADIR}
@${CP} -R ${WRKSRC}/ ${DATADIR}
.include <bsd.port.mk>