mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
18 lines
368 B
Makefile
18 lines
368 B
Makefile
# 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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|