mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 22:39:16 -04:00
19 lines
393 B
Makefile
19 lines
393 B
Makefile
# Created by: Hye-Shik Chang
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyparsing
|
|
PORTVERSION= 1.5.7
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 15
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= General parsing module for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|