opnsense-ports/textproc/py-parse/Makefile
Franco Fichtner fc59e46b6e */*: sync with upstream
Taken from: HardenedBSD
2020-05-29 03:31:43 +02:00

21 lines
402 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= parse
PORTVERSION= 1.15.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Opposite of format()
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.4+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>