summaryrefslogtreecommitdiff
path: root/www/pear-Text_Wiki/Makefile
blob: df07ac66e52e60ae854197fdc2a87e890875c9d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Text_Wiki
PORTVERSION=	1.2.3
CATEGORIES=	www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Abstracts parsing and rendering rules for Wiki markup
WWW=		https://pear.php.net/package/Text_Wiki

LICENSE=	LGPL21

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>