freebsd-ports/dns/py-pycares/Makefile

22 lines
423 B
Makefile
Raw Normal View History

# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
# $FreeBSD$
PORTNAME= pycares
2016-06-16 13:54:23 +02:00
PORTVERSION= 2.1.0
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= Python interface to c-ares
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
PYDISTUTILS_BUILD_TARGET= build_ext
PYDISTUTILS_BUILDARGS= --inplace --force
.include <bsd.port.mk>