freebsd-ports/devel/py-parsing/Makefile
Jimmy Olgeni e8f2845d1d Convert to USES=python.
Approved by:	portmgr (implicit)
2014-10-02 11:09:34 +00:00

19 lines
409 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= parsing
PORTVERSION= 2.0.2
CATEGORIES= devel python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyparsing-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= General parsing module for Python
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>