f6a9b15af3
2.2.5: Bug fixes.
18 lines
505 B
Makefile
18 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/10/22 20:26:52 adam Exp $
|
|
|
|
DISTNAME= python-crontab-2.2.5
|
|
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= # empty
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|