Update lang/perl5.16 to version 5.16.3_22
[dports.git] / net-mgmt / py-ipcalc / Makefile
1 # Created by: ehaupt@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       ipcalc
5 PORTVERSION=    1.1.2
6 CATEGORIES=     net-mgmt python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     ehaupt@FreeBSD.org
11 COMMENT=        Module to perform IP subnet calculations
12
13 USES=           python
14 USE_PYTHON=     distutils
15
16 .include <bsd.port.mk>