b689c87cb1
Noted by anon Bump PKGREVISION.
22 lines
555 B
Makefile
22 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/06/15 15:28:22 wiz Exp $
|
|
|
|
PKGREVISION= 2
|
|
.include "../../net/py-nyx/Makefile.common"
|
|
|
|
PKGNAME= nyx-${VERSION}
|
|
CATEGORIES= net
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://nyx.torproject.org/
|
|
COMMENT= Command-line monitor for the tor daemon
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
|
|
DEPENDS+= ${PYPKGPREFIX}-nyx>=${VERSION}:../../net/py-nyx
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|