mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
a3c13c914d
PR: ports/193574 Submitted by: Nikolay Dachev <nikolay dachev info>
19 lines
364 B
Makefile
19 lines
364 B
Makefile
# Created by: Nikolay Dachev <freebsd@dachev.info>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipaddress
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= freebsd@dachev.info
|
|
COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7
|
|
|
|
LICENSE= PSFL
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|