# Created by: ijliao
# $FreeBSD: tags/RELEASE_11_1_0/www/xist/Makefile 436739 2017-03-22 21:36:18Z sunpoet $

PORTNAME=	xist
PORTVERSION=	5.27
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP \
		http://ftp.livinglogic.de/xist/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	ll-${PORTNAME}-${PORTVERSION}

MAINTAINER=	python@FreeBSD.org
COMMENT=	XML-based extensible HTML generator

LICENSE=	MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cssutils>=1.0,1:www/py3-cssutils \
		${PYTHON_PKGNAMEPREFIX}lxml>=3.4:devel/py3-lxml \
		${PYTHON_PKGNAMEPREFIX}pillow>=2.6:graphics/py3-pillow

USES=		python:3 tar:bzip2
USE_PYTHON=	autoplist distutils

post-install:
	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ll/*.so ${STAGEDIR}${PYTHON_SITELIBDIR}/ll/xist/*.so

.include <bsd.port.mk>
