mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
18 lines
401 B
Makefile
18 lines
401 B
Makefile
# Created by: Hye-Shik Chang
|
|
# $FreeBSD: head/devel/py-pyparsing/Makefile 435542 2017-03-06 15:49:36Z sunpoet $
|
|
|
|
PORTNAME= pyparsing
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= General parsing module for Python
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|