20 lines
515 B
Makefile
20 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.33 2016/06/08 17:43:43 wiz Exp $
|
|
|
|
DISTNAME= pytz-2014.10
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytz/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://pytz.sourceforge.net/
|
|
COMMENT= World timezone definitions, modern and historical
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON= pytz/tzfile.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|