10 lines
179 B
Makefile
10 lines
179 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= converters
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
|
|
|
PKGNAMESUFFIX= -mbstring
|
|
|
|
.include "${MASTERDIR}/Makefile"
|