aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/py-ipcalc/Makefile
blob: 2bd5d1721f084ac3e02b66273a4d7c9dfbb0443d (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.1.2
CATEGORIES= net-mgmt python
MASTER_SITES=   ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/i/ipcalc
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

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

USES=       python
USE_PYTHON= distutils

.include <bsd.port.mk>