freebsd-ports/devel/py-parsedatetime/Makefile
2014-09-13 14:45:26 +00:00

18 lines
380 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= parsedatetime
PORTVERSION= 1.4
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>