1a27496b5d
2.2.8: New version, rst readme and some bug fixes
18 lines
503 B
Makefile
18 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/12/07 12:39:39 adam Exp $
|
|
|
|
DISTNAME= python-crontab-2.2.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-crontab/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/doctormo/python-crontab
|
|
COMMENT= Python Crontab API
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-dateutil>=0.10:../../time/py-dateutil
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|