diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 22:10:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 22:10:37 +0000 |
commit | 078a1f526ea40b94c6c546d608f2d8ac1ea17af4 (patch) | |
tree | 1f4f11059f01252092a1c904838a5bc08edcdc99 /textproc/php52-pspell | |
parent | 2bcf3fce5fd547f332333e0b2297b65fd41a1893 (diff) |
Notes
Diffstat (limited to 'textproc/php52-pspell')
-rw-r--r-- | textproc/php52-pspell/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php52-pspell/Makefile b/textproc/php52-pspell/Makefile new file mode 100644 index 000000000000..a4e329444125 --- /dev/null +++ b/textproc/php52-pspell/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-pspell +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -pspell + +.include "${MASTERDIR}/Makefile" |