1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/py-ipaddress/Makefile
2019-10-31 14:51:18 +00:00

22 lines
412 B
Makefile

# Created by: Nikolay Dachev <freebsd@dachev.info>
# $FreeBSD$
PORTNAME= ipaddress
PORTVERSION= 1.0.23
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Port of Python 3.3+ ipaddress module to 2.7
LICENSE= PSFL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>