freebsd-ports/devel/py-experimental.cssselect/Makefile
Ruslan Makhmatkhanov fad54c1a7e Remove local pkg-plist hacks - the actual issue was resolved in
devel/py-setuptools in r377419.
2015-01-19 20:28:16 +00:00

18 lines
390 B
Makefile

# $FreeBSD$
PORTNAME= experimental.cssselect
PORTVERSION= 0.3
PORTREVISION= 1
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
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>