freebsd-ports/databases/dalmp/Makefile
Sunpoet Po-Chuan Hsieh af88e93962 - Update to 0.9.315
Changes:

0.9.315:
- Cleaned queueURL methods and added an example queueURL

0.9.314:
- Extended the queue and readQueue methods

PR:		ports/159743
Submitted by:	Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
2011-08-17 05:00:55 +00:00

30 lines
555 B
Makefile

# New ports collection makefile for: dalmp
# Date created: 06 Nov 2010
# Whom: Nicolas de Bari Embriz <nbari@dalmp.com>
#
# $FreeBSD$
#
PORTNAME= dalmp
PORTVERSION= 0.9.315
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_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 sqlite curl
do-install:
@${MKDIR} ${DATADIR}
@${CP} -R ${WRKSRC}/ ${DATADIR}
.include <bsd.port.mk>