blob: a3c2e500911e246ee15eea801f438cc6ea7cf64c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:29 joerg Exp $
DISTNAME= IPy-0.4
PKGNAME= ${PYPKGPREFIX}-IP-0.4
PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://c0re.jp:80/c0de/IPy/
MAINTAINER= shell@shellhung.org
HOMEPAGE= http://c0re.jp:80/c0de/IPy/
COMMENT= Python module to handle IPv4 and IPv6 address
PYDISTUTILSPKG= # defined
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
|