2012-11-22 12:01:57 +01:00
|
|
|
# Created by: ehaupt@FreeBSD.org
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ipcalc
|
2013-01-25 22:30:48 +01:00
|
|
|
PORTVERSION= 1.0.0
|
2012-11-22 12:01:57 +01:00
|
|
|
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
|
2013-01-25 22:30:48 +01:00
|
|
|
USE_PYDISTUTILS=yes
|
2013-05-08 14:24:26 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2012-11-22 12:01:57 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|