diff options
author | ale <ale@FreeBSD.org> | 2014-09-04 22:24:25 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-09-04 22:24:25 +0800 |
commit | 4537a4881b0b6d73e3ae464f01f8c34a0f0f6981 (patch) | |
tree | 65444edf752ebaf49e944ea49c7e7dad35e1de9a /textproc/php56-pspell | |
parent | bd99065cd762559478878408c8a5e4cadb54faa1 (diff) | |
download | freebsd-ports-gnome-4537a4881b0b6d73e3ae464f01f8c34a0f0f6981.tar.gz freebsd-ports-gnome-4537a4881b0b6d73e3ae464f01f8c34a0f0f6981.tar.zst freebsd-ports-gnome-4537a4881b0b6d73e3ae464f01f8c34a0f0f6981.zip |
Import PHP 5.6 branch!
Diffstat (limited to 'textproc/php56-pspell')
-rw-r--r-- | textproc/php56-pspell/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/php56-pspell/Makefile b/textproc/php56-pspell/Makefile new file mode 100644 index 000000000000..bb0af287b21c --- /dev/null +++ b/textproc/php56-pspell/Makefile @@ -0,0 +1,11 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +PORTREVISION= 1 +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php56 + +PKGNAMESUFFIX= -pspell + +.include "${MASTERDIR}/Makefile" |