mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
12 lines
186 B
Makefile
12 lines
186 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
|
|
|
PKGNAMESUFFIX= -dom
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|