pkgsrc/net/py-cares/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

20 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:26 wiz Exp $
DISTNAME= pycares-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycares/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/saghul/pycares
COMMENT= Python interface for c-ares
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.5.0:../../devel/py-cffi
USE_LANGUAGES= c
MAKE_ENV+= PYCARES_CFFI=1
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"