diff options
Diffstat (limited to 'textproc/py-mwparserfromhell/Makefile')
-rw-r--r-- | textproc/py-mwparserfromhell/Makefile | 18 |
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> |