FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
25 lines
561 B
Makefile
25 lines
561 B
Makefile
# Created by: Stanislav Svirid <count@211.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= creole
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= count@211.ru
|
|
COMMENT= Markup converter in pure Python
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/docutils/__init__.py:textproc/py-docutils@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PYDISTUTILS_INSTALLARGS+= --install-data ${DATADIR}
|
|
|
|
.include <bsd.port.post.mk>
|