freebsd-ports/net-mgmt/py-ipcalc/Makefile

19 lines
388 B
Makefile
Raw Normal View History

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