19 lines
493 B
Makefile
19 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.40 2018/04/10 13:32:32 adam Exp $
|
|
|
|
DISTNAME= pytz-2018.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytz/}
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://pythonhosted.org/pytz/
|
|
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"
|