mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
22 lines
418 B
Makefile
22 lines
418 B
Makefile
# Created by: 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= ports@FreeBSD.org
|
|
COMMENT= Textile markup generator written in Python
|
|
|
|
LICENSE= BSD
|
|
|
|
PROJECTHOST= pytextile
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|