18 lines
382 B
Makefile
18 lines
382 B
Makefile
PORTNAME= parsedatetime
|
|
PORTVERSION= 2.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Python module for parsing 'human readable' date/time expressions
|
|
WWW= https://github.com/bear/parsedatetime
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|