mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
1c59edab0b
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
21 lines
398 B
Makefile
21 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>
|