blob: 471b432f6dc4a29b519a5ac113b2d8f4fe83980a (
plain)
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
26
|
# Created by: Stanislav Svirid <count@211.ru>
# $FreeBSD$
PORTNAME= creole
PORTVERSION= 1.0.1
PORTREVISION= 2
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
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS+= --install-data ${DATADIR}
.include <bsd.port.post.mk>
|