mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
23
python/py-pycparser/Makefile
Normal file
23
python/py-pycparser/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user