1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/dns/py-adns/Makefile

25 lines
515 B
Makefile
Raw Normal View History

# Created by: Hye-Shik Chang <perky@fallin.lv>
PORTNAME= adns
DISTVERSION= 1.4
DISTVERSIONSUFFIX= -py1
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rigoletto@FreeBSD.org
COMMENT= Python module to resolve IPs to host names
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/GPL
LIB_DEPENDS= libadns.so:dns/adns
USES= localbase python:3.4+
USE_PYTHON= autoplist distutils
post-patch:
@${REINPLACE_CMD} -e 's|1.4-py1|1.4|g' ${WRKSRC}/setup.py
.include <bsd.port.mk>