blob: 5e64ce256b1eb2bb190cea2538e3d2eccf80d9af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= timelib
PORTVERSION= 0.2.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Parse English textual date descriptions
USES= python:3.6+ zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|