diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-23 10:54:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-23 10:54:49 +0000 |
commit | 63dc8aecfeb20f2ef7c3a3c572f7f5098e6cc718 (patch) | |
tree | 52833bf458b30485e2be988ed14d8a332e2ed4c7 /textproc/php56-enchant | |
parent | e00413cbd819779b68851df579ad6d8f4c3d6a9f (diff) |
Notes
Diffstat (limited to 'textproc/php56-enchant')
-rw-r--r-- | textproc/php56-enchant/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/php56-enchant/Makefile b/textproc/php56-enchant/Makefile new file mode 100644 index 000000000000..4da9fe76f9e5 --- /dev/null +++ b/textproc/php56-enchant/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php56 + +PKGNAMESUFFIX= -enchant + +.include "${MASTERDIR}/Makefile" |