diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-23 18:54:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-23 18:54:49 +0800 |
commit | f2eb83078e82a0e8703d6a4ea24bbac8a5da0120 (patch) | |
tree | 52833bf458b30485e2be988ed14d8a332e2ed4c7 /textproc | |
parent | cccfc2becea9f5ae7e87b79335ea4f1a5c74cf14 (diff) | |
download | freebsd-ports-gnome-f2eb83078e82a0e8703d6a4ea24bbac8a5da0120.tar.gz freebsd-ports-gnome-f2eb83078e82a0e8703d6a4ea24bbac8a5da0120.tar.zst freebsd-ports-gnome-f2eb83078e82a0e8703d6a4ea24bbac8a5da0120.zip |
- Add enchant php55/php56/php70 extension
PR: 208828
Submitted by: daniel@blodan.se
Approved by: maintainer timeout (ale, 4 months)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/php55-enchant/Makefile | 9 | ||||
-rw-r--r-- | textproc/php56-enchant/Makefile | 9 | ||||
-rw-r--r-- | textproc/php70-enchant/Makefile | 9 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c866cb336a50..fc15f0b42475 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1169,6 +1169,7 @@ SUBDIR += php-mecab SUBDIR += php55-ctype SUBDIR += php55-dom + SUBDIR += php55-enchant SUBDIR += php55-pspell SUBDIR += php55-simplexml SUBDIR += php55-wddx @@ -1178,6 +1179,7 @@ SUBDIR += php55-xsl SUBDIR += php56-ctype SUBDIR += php56-dom + SUBDIR += php56-enchant SUBDIR += php56-pspell SUBDIR += php56-simplexml SUBDIR += php56-wddx @@ -1187,6 +1189,7 @@ SUBDIR += php56-xsl SUBDIR += php70-ctype SUBDIR += php70-dom + SUBDIR += php70-enchant SUBDIR += php70-pspell SUBDIR += php70-simplexml SUBDIR += php70-wddx diff --git a/textproc/php55-enchant/Makefile b/textproc/php55-enchant/Makefile new file mode 100644 index 000000000000..74fe6846de61 --- /dev/null +++ b/textproc/php55-enchant/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php55 + +PKGNAMESUFFIX= -enchant + +.include "${MASTERDIR}/Makefile" 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" diff --git a/textproc/php70-enchant/Makefile b/textproc/php70-enchant/Makefile new file mode 100644 index 000000000000..8fafbcb9f955 --- /dev/null +++ b/textproc/php70-enchant/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php70 + +PKGNAMESUFFIX= -enchant + +.include "${MASTERDIR}/Makefile" |