mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
18 lines
473 B
Makefile
18 lines
473 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/04/06 03:45:26 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= cssselect-0.7.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://pypi.python.org/packages/source/c/cssselect/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://packages.python.org/cssselect/
|
|
COMMENT= Parses CSS3 Selectors and translates them to XPath 1.0
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|