pkgsrc/net/py-cares/Makefile
adam cc8f8a2758 Version 2.3.0
=============
 - core: fix CPython implementation TTL parsing issue
 - core: add ability to make queries using the command line
 - core: fix parsing TXT records with invalid UTF-8 chars
 - deps: removed unneeded c-ares files
 - core: update bundled c-ares to 1.13.0
 - ci: fix PyPy in Travis
2017-07-22 06:44:50 +00:00

19 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/07/22 06:44:50 adam Exp $
DISTNAME= pycares-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycares/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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"