1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/py-textile/Makefile
Yi-Jheng Lin d881f6af28 - Change to my mail address at FreeBSD.org
Approved by:	lwhsu (mentor)
2009-07-29 12:59:14 +00:00

26 lines
594 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.3
CATEGORIES= www textproc python
MASTER_SITES= CHEESESHOP \
${MASTER_SITE_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
PLIST_FILES= %%PYTHON_SITELIBDIR%%/textile.py \
%%PYTHON_SITELIBDIR%%/textile.pyc \
%%PYTHON_SITELIBDIR%%/textile.pyo
.include <bsd.port.mk>