1b0994ee1e
With hat: python@
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= textile
|
|
PORTVERSION= 2.1.8
|
|
CATEGORIES= www textproc python
|
|
MASTER_SITES= CHEESESHOP \
|
|
GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Textile markup generator written in Python
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
PROJECTHOST= pytextile
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|