blob: e90c0412d95f17ca9e9a271ccc779f92f6ae4ab2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# ex:ts=8
# Ports collection makefile for: py-ipy
# Date created: Jan 30, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ipy
PORTVERSION= 0.41
CATEGORIES= net-mgmt python
MASTER_SITES= http://c0re.23.nu/c0de/IPy/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= IPy-${PORTVERSION}
MAINTAINER= drt@un.bewaff.net
COMMENT= A Python module for handling IPv4 and IPv6 Addresses and Networks
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|