freebsd-ports/textproc/py-creole/Makefile
Martin Wilke ea4f66d196 Python lib for:
* 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>
2009-07-29 14:13:43 +00:00

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>