freebsd-ports/net/py-ipaddress/Makefile
2016-10-10 23:27:44 +00:00

20 lines
414 B
Makefile

# Created by: Nikolay Dachev <freebsd@dachev.info>
# $FreeBSD$
PORTNAME= ipaddress
PORTVERSION= 1.0.17
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7
LICENSE= PSFL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:-3.3
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>