aboutsummaryrefslogtreecommitdiffstats
path: root/www/xist/Makefile
blob: 30bee9bd55db4de93510b222cd80106e3821c899 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: ijliao
# $FreeBSD$

PORTNAME=   xist
PORTVERSION=    5.12
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}lxml>=3.4:${PORTSDIR}/devel/py-lxml \
        ${PYTHON_PKGNAMEPREFIX}pillow>2.6:${PORTSDIR}/graphics/py-pillow \
        ${PYTHON_PKGNAMEPREFIX}cssutils>=1.0:${PORTSDIR}/www/py-cssutils

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

.include <bsd.port.mk>