freebsd-ports/www/py-textile/Makefile
Ruslan Makhmatkhanov 6b2bcf7cc5 - update to 2.1.5
- switch to setuptools

while here:
- add LICENSE (BSD)
- strict python version to 2.x only
- tab -> space in pkg-descr:WWW

PR:		167124
Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail dot com>
Approved by:	maintainer timeout (yzlin, ~4 months)
2012-08-17 04:34:23 +00:00

24 lines
484 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.5
CATEGORIES= www textproc python
MASTER_SITES= CHEESESHOP \
GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yzlin@FreeBSD.org
COMMENT= Textile markup generator written in Python
LICENSE= BSD
PROJECTHOST= pytextile
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>