blob: 607c91c15349cdb59fa9b5e44f29f78f2fc192b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= parsedatetime
PORTVERSION= 2.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Python module for parsing 'human readable' date/time expressions
LICENSE= APACHE20
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|