12 lines
152 B
Makefile
12 lines
152 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
CATEGORIES= misc
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php73
|
||
|
|
||
|
PKGNAMESUFFIX= -calendar
|
||
|
|
||
|
TEST_TARGET= test
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|