mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
bdc9d799c5
- move DIST_SUBDIR upper, where appropriate - add trailing slash to WWW url, where appropriate - bump PORTREVISION Wasn't able to identify clauses amount for some BSD licenses, so bear with me.
26 lines
689 B
Makefile
26 lines
689 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= diazo
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Implements a Deliverance like language using a pure XSLT engine
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
|
|
${PYTHON_PKGNAMEPREFIX}experimental.cssselect>0:${PORTSDIR}/devel/py-experimental.cssselect \
|
|
${PYTHON_PKGNAMEPREFIX}repoze.xmliter>=0.3:${PORTSDIR}/devel/py-repoze.xmliter \
|
|
${PYTHON_PKGNAMEPREFIX}webob>=0:${PORTSDIR}/www/py-webob
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
USE_ZIP= yes
|
|
|
|
.include <bsd.port.mk>
|