14 lines
254 B
Makefile
14 lines
254 B
Makefile
# New ports collection makefile for: php5-mysqli
|
|
# Date created: 7 Jul 2004
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php5
|
|
|
|
PKGNAMESUFFIX= -mysqli
|
|
|
|
.include "${MASTERDIR}/Makefile"
|