6a9d6152f0
changelog: https://github.com/lrowe/experimental.cssselect/blob/master/CHANGES.txt Feature safe: yes
24 lines
553 B
Makefile
24 lines
553 B
Makefile
# New ports collection makefile for: py-experimental.cssselect
|
|
# Date created: 03 January 2012
|
|
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= experimental.cssselect
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Experimental version of lxml.cssselect
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml
|
|
|
|
# Python3 ready
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
USE_ZIP= yes
|
|
|
|
.include <bsd.port.mk>
|