blob: 5c3d2bcb7a0a52d6dfb3e70684b0dbd43d644e79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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@${FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS+= --install-data ${DATADIR}
.include <bsd.port.post.mk>
|