mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
21 lines
411 B
Makefile
21 lines
411 B
Makefile
# Created by: Nikolay Dachev <freebsd@dachev.info>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipaddress
|
|
PORTVERSION= 1.0.22
|
|
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>
|