# Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= parsedatetime PORTVERSION= 2.4 PORTREVISION= 1 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 post-patch: ${REINPLACE_CMD} "/install_requires=\['future'\],/d" ${WRKSRC}/setup.py .include