ea4f66d196
* creole markup -> html * html -> creole markup WWW: http://code.google.com/p/python-creole/ PR: ports/137235 Submitted by: Stanislav Svirid <count at 211.ru>
22 lines
479 B
Makefile
22 lines
479 B
Makefile
# New ports collection makefile for: py-creole
|
|
# Date created: May 27 2009
|
|
# Whom: Stanislav Svirid <count@211.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= creole
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= count@211.ru
|
|
COMMENT= Python lib for creole markup
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= python_creole
|
|
|
|
.include <bsd.port.mk>
|