forked from Lainports/freebsd-ports
parser for MediaWiki wikicode. It supports Python 2 and Python 3. WWW: https://github.com/earwig/mwparserfromhell PR: 202922 Submitted by: Yuri Victorovich <yuri@rawbw.com>
18 lines
351 B
Makefile
18 lines
351 B
Makefile
# 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>
|