summaryrefslogtreecommitdiff
path: root/dns/py-adns/Makefile
blob: 7bbed3f7749cbb0eed5cf2c31d9f2623cbe42485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	adns
DISTVERSION=	1.4
DISTVERSIONSUFFIX=	-py1
CATEGORIES=	dns python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Python module to resolve IPs to host names
WWW=		https://github.com/trolldbois/python3-adns/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/GPL

LIB_DEPENDS=	libadns.so:dns/adns

USES=		localbase python
USE_PYTHON=	autoplist distutils

post-patch:
	@${REINPLACE_CMD} -e 's|1.4-py1|1.4|g' ${WRKSRC}/setup.py

.include <bsd.port.mk>