diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 21:11:33 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 21:11:33 +0000 |
commit | f80771763d7ff9891b4f40a4388f145f5982a6b5 (patch) | |
tree | af68fdf78c1940dd5adc1417acdf2c7bb7244e59 /textproc/pear-Horde_SpellChecker/Makefile | |
parent | c8e60542ed1ffa8c6ce297690335fde10fd5cbac (diff) |
Notes
Diffstat (limited to 'textproc/pear-Horde_SpellChecker/Makefile')
-rw-r--r-- | textproc/pear-Horde_SpellChecker/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/pear-Horde_SpellChecker/Makefile b/textproc/pear-Horde_SpellChecker/Makefile new file mode 100644 index 000000000000..7c85b4ebeeae --- /dev/null +++ b/textproc/pear-Horde_SpellChecker/Makefile @@ -0,0 +1,18 @@ +# Ports collection makefile for: pear-Horde_SpellChecker +# Date created: 7 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_SpellChecker +PORTVERSION= 1.0.0 +CATEGORIES= textproc www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde Spellcheck API + +USE_HORDE_RUN= Horde_Exception Horde_Util + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> |