10 lines
175 B
Makefile
10 lines
175 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php56
|
|
|
|
PKGNAMESUFFIX= -mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|