16 lines
318 B
Makefile
16 lines
318 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|