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