freebsd-ports/devel/py-timelib/Makefile
2011-10-27 01:33:11 +00:00

22 lines
453 B
Makefile

# New ports collection makefile for: timelib
# Date created: 4th Sep, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= timelib
PORTVERSION= 0.2.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Parse english textual date descriptions
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>