diff options
Diffstat (limited to 'net/php73-sockets/Makefile')
-rw-r--r-- | net/php73-sockets/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/php73-sockets/Makefile b/net/php73-sockets/Makefile new file mode 100644 index 000000000000..7cf6f91a1acc --- /dev/null +++ b/net/php73-sockets/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php73 + +PKGNAMESUFFIX= -sockets + +TEST_TARGET= test + +.include "${MASTERDIR}/Makefile" |