1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/py-genshi/Makefile
Nicola Vitale 0bbd14293f - Genshi does not yet have a released version supporting Python 3.x,
and it doesn't build with Python 3. So build it with Python 2 only. [1]
- Add NO_ARCH

PR:	205848
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com> [1]
2016-04-25 14:14:39 +00:00

32 lines
664 B
Makefile

# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= Genshi
PORTVERSION= 0.7
PORTREVISION= 1
#PORTEPOCH= 0
CATEGORIES= textproc www python
MASTER_SITES= http://ftp.edgewall.com/pub/${PORTNAME:tl}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python toolkit for stream-based generation of output for the web
LICENSE= BSD3CLAUSE
NO_ARCH= yes
OPTIONS_DEFINE= BABEL
BABEL_DESC= I18n support through the Babel plugin
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MBABEL}
RUN_DEPENDS+= ${PKGNAMEPREFIX}Babel>=0.9.6:devel/py-babel
.endif
.include <bsd.port.mk>