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

PORTNAME=   ipcalc
PORTVERSION=    1.0.0
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

USE_PYTHON= yes
USE_PYDISTUTILS=yes
MAKE_JOBS_SAFE= yes

.include <bsd.port.mk>