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