a3c13c914d
PR: ports/193574 Submitted by: Nikolay Dachev <nikolay dachev info>
18 lines
364 B
Makefile
18 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>
|