13 lines
271 B
Makefile
13 lines
271 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text_Wiki
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Abstracts parsing and rendering rules for Wiki markup
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|