blob: f42b2592d3bd003d8fde2e30b2430f81ab7ad7cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= timelib
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Parse English textual date descriptions
WWW= https://pypi.org/project/timelib/
USES= python
USE_PYTHON= cython distutils autoplist
.include <bsd.port.mk>
|