mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
99b2844c0f
The API is as much as possible the similar to jquery (http://jquery.com). pyquery uses lxml for fast XML and HTML manipulation. WWW: http://www.bitbucket.org/olauzanne/pyquery/
25 lines
544 B
Makefile
25 lines
544 B
Makefile
# New ports collection makefile for: pyquery
|
|
# Date created: 2009-01-27
|
|
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pyquery
|
|
PORTVERSION= 0.3.1
|
|
#PORTREVISION= 0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP \
|
|
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= A jquery-like library for python
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1:${PORTSDIR}/devel/py-lxml
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|