mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
29 lines
629 B
Makefile
29 lines
629 B
Makefile
# Created by: Nicola Vitale <nivit@email.it>
|
|
|
|
PORTNAME= Genshi
|
|
PORTVERSION= 0.7.3
|
|
CATEGORIES= textproc www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Toolkit for generation of output for the web
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
OPTIONS_DEFINE= BABEL
|
|
BABEL_DESC= I18n support through the Babel plugin
|
|
|
|
BABEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0.8:devel/py-babel@${PY_FLAVOR}
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|