pkgsrc/time/py-pytz/Makefile

20 lines
493 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.40 2018/04/10 13:32:32 adam Exp $
DISTNAME= pytz-2018.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
2016-06-08 19:43:20 +02:00
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
2012-10-02 19:28:59 +02:00
REPLACE_PYTHON= pytz/tzfile.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"