mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
18 lines
370 B
Makefile
18 lines
370 B
Makefile
PORTNAME= pytimeparse
|
|
PORTVERSION= 1.1.8
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dvl@FreeBSD.org
|
|
COMMENT= Small Python module to parse various kinds of time expressions
|
|
WWW= https://github.com/wroberts/pytimeparse
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|