mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
24 lines
565 B
Makefile
24 lines
565 B
Makefile
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
# $FreeBSD: head/devel/py-pycparser/Makefile 466114 2018-04-01 03:58:03Z koobs $
|
|
|
|
PORTNAME= pycparser
|
|
PORTVERSION= 2.18
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= C parser in Python
|
|
|
|
# README says 2.7+, 3.4, 3.5+
|
|
# TravisCI tests 2.6, 2.7, 3.2, 3.4, 3.5
|
|
# https://travis-ci.org/eliben/pycparser
|
|
# Go with the most accurate without missing any
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|