1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/dns/py-adns/Makefile
Alexandre C. Guimarães 1986e3b82c Update maintainer eMail address.
Reviewed by:	mat (mentor)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17399
2018-10-07 17:30:09 +00:00

26 lines
527 B
Makefile

# Created by: Hye-Shik Chang <perky@fallin.lv>
# $FreeBSD$
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>