blob: fb01c6f9e60f4b683ac0a7092a5ab5ce39b73819 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= timelib
PORTVERSION= 0.2.5
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 zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|