freebsd-ports/devel/py-timelib/Makefile
Wen Heping f0fd17623e - Update to 0.2.1
- Update my mail address to FreeBSD
2009-11-13 07:32:17 +00:00

21 lines
439 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.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Parse english textual date descriptions
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>