freebsd-ports/devel/py-pytimeparse/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

18 lines
379 B
Makefile

# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= pytimeparse
PORTVERSION= 1.1.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Small Python module to parse various kinds of time expressions
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>