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