blob: 71d245e0771bd7eba2f05b5f1d04629886c2d434 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= xist
PORTVERSION= 3.25
PORTREVISION= 3
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= ${PYXML} \
${PYTHON_PKGNAMEPREFIX}ll-core>=1.11.1:${PORTSDIR}/devel/py-ll-core \
${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.7:${PORTSDIR}/www/py-cssutils
USE_BZIP2= yes
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
post-patch:
.for conflictswithllcore in __init__ scripts/__init__ ansistyle astyle color \
daemon make misc scripts/ucp sisyphus url xml_codec
${RM} ${WRKSRC}/src/ll/${conflictswithllcore}.py
.endfor
.include <bsd.port.mk>
|