aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-mwparserfromhell/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-11-05 21:21:21 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-11-05 21:21:21 +0000
commita3a2d36b9d454eefbb54a3d3a0fd5fd2091629d5 (patch)
tree90ddda7f7cc7de5b4b56236a4dd64448567c62cb /textproc/py-mwparserfromhell/Makefile
parentf7369076dc4ce6456c874a22fc12c912a19ea26d (diff)
downloadports-a3a2d36b9d454eefbb54a3d3a0fd5fd2091629d5.tar.gz
ports-a3a2d36b9d454eefbb54a3d3a0fd5fd2091629d5.zip
Notes
Diffstat (limited to 'textproc/py-mwparserfromhell/Makefile')
-rw-r--r--textproc/py-mwparserfromhell/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/py-mwparserfromhell/Makefile b/textproc/py-mwparserfromhell/Makefile
new file mode 100644
index 000000000000..ac5577ad2f22
--- /dev/null
+++ b/textproc/py-mwparserfromhell/Makefile
@@ -0,0 +1,18 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= mwparserfromhell
+PORTVERSION= 0.4.2
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@rawbw.com
+COMMENT= Parser for MediaWiki wikicode
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>