aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/py-ipcalc/Makefile
blob: d11bf7e6b45f15332fb983652beecc8b6dddd7e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: ehaupt@FreeBSD.org
# $FreeBSD$

PORTNAME=   ipcalc
PORTVERSION=    1.99.0
CATEGORIES= net-mgmt python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Module to perform IP subnet calculations

USES=       python
USE_PYTHON= distutils autoplist
NO_ARCH=    yes

.include <bsd.port.mk>