1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/py-textile/Makefile
Yi-Jheng Lin 05796fb1bd - Update to 2.1.4
Approved by:	lwhsu/rafan (mentors, implicit)
2010-01-20 09:27:45 +00:00

23 lines
457 B
Makefile

# New ports collection makefile for: py-textile
# Date created: 2008-09-05
# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= textile
PORTVERSION= 2.1.4
CATEGORIES= www textproc python
MASTER_SITES= CHEESESHOP \
GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yzlin@FreeBSD.org
COMMENT= Textile markup generator written in Python
PROJECTHOST= pytextile
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>