diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-01-24 11:54:20 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-01-24 11:54:20 +0000 |
commit | db021968e3411b659e079e540742896abe4193f1 (patch) | |
tree | ad7f282ff1e254cc6c54bfc24d23efee0af4d12e /graphics/php71-gd/Makefile | |
parent | 93028a155ae531c7c9a6c723a6d465b49a90e9df (diff) |
Notes
Diffstat (limited to 'graphics/php71-gd/Makefile')
-rw-r--r-- | graphics/php71-gd/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/php71-gd/Makefile b/graphics/php71-gd/Makefile new file mode 100644 index 000000000000..e2108f99c317 --- /dev/null +++ b/graphics/php71-gd/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -gd + +.include "${MASTERDIR}/Makefile" |