mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
05796fb1bd
Approved by: lwhsu/rafan (mentors, implicit)
23 lines
457 B
Makefile
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>
|