1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/py-parsing/Makefile
Martin Wilke 793c3f73fd - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-02-10 05:32:35 +00:00

20 lines
429 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= parsing
PORTVERSION= 2.0.1
PORTREVISION= 1
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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>