Prune devel/py-EnthoughtBase
[dports.git] / devel / py-pycparser / Makefile
1 # Created by: William Grzybowski <wg@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       pycparser
5 PORTVERSION=    2.10
6 CATEGORIES=     devel python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     wg@FreeBSD.org
11 COMMENT=        C parser in Python
12
13 LICENSE=        BSD3CLAUSE
14
15 USES=           python
16 USE_PYTHON=     distutils autoplist
17
18 .include <bsd.port.mk>