freebsd-ports/textproc/py-docutils/Makefile

36 lines
823 B
Makefile
Raw Normal View History

# Created by: ijliao
2002-09-16 13:06:23 +02:00
# $FreeBSD$
PORTNAME= docutils
PORTVERSION= 0.14
PORTREVISION= 1
2002-09-16 13:06:23 +02:00
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
2002-09-16 13:06:23 +02:00
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2017-03-19 17:11:40 +01:00
MAINTAINER= python@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= Python Documentation Utilities
2002-09-16 13:06:23 +02:00
LICENSE= BSD2CLAUSE GPLv3+ PD PSFL
LICENSE_COMB= multi
PORTSCOUT= limit:^[0-9\.]*$$
2017-05-27 21:30:28 +02:00
2016-12-10 14:11:34 +01:00
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
2002-09-16 13:06:23 +02:00
OPTIONS_DEFINE= PYGMENTS
PYGMENTS_DESC= Syntax highlighting
PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${FLAVOR}
SCRIPTS= rst2html rst2latex rst2man rst2odt rst2odt_prepstyles \
rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html
post-install:
.for script in ${SCRIPTS}
${LN} -s ${script}.py-${PYTHON_VER} ${STAGEDIR}${PREFIX}/bin/${script}
.endfor
.include <bsd.port.mk>