freebsd-ports/net/py-iplib/Makefile
Martin Wilke 1c59edab0b You can use this Python module to convert amongst many different
notations and to manage couples of address/netmask in the CIDR
notation.

WWW:	http://pypi.python.org/pypi/iplib

PR:		ports/144197
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
Feature safe:	yes
2010-02-25 13:48:10 +00:00

20 lines
398 B
Makefile

# New ports collection makefile for: py-iplib
# Date created: 2010-02-22
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= iplib
PORTVERSION= 1.1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gslin@gslin.org
COMMENT= Convert amongst many different IPv4 notations
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>