1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Alexandre C. Guimarães 53feed73dd
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore.
2023-09-10 20:13:40 -03:00

24 lines
502 B
Makefile

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>