1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/xist/Makefile
Ruslan Makhmatkhanov c05b6ea2b9 - fix pkg-plist and bump PORTREVISION because of that
while here:
- trim Makefile header
- remove leading indefinite article from COMMENT

Reported by:	pointyhat (miwi)
2013-05-13 08:19:12 +00:00

28 lines
702 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= xist
PORTVERSION= 3.25
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://ftp.livinglogic.de/xist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ll-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= XML-based extensible HTML generator
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_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
USE_BZIP2= yes
PYDISTUTILS_PKGNAME= ll-xist
.include <bsd.port.mk>