- Pass maintainership to submitter - While I'm here: - Update USE_PYTHON - Change WWW to PyPI Changes: https://github.com/ikirudennis/python-textile/commits/master PR: ports/190340 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
22 lines
429 B
Makefile
22 lines
429 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= 5u623l20@gmail.com
|
|
COMMENT= Textile markup generator written in Python
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
PROJECTHOST= pytextile
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|