mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
6737476c39
- Pass maintainership to submitter PR: 113178 Submitted by: CHAO Shin <quakelee@cn.FreeBSD.org>
27 lines
554 B
Makefile
27 lines
554 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: py-ipy
|
|
# Date created: Jan 30, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ipy
|
|
PORTVERSION= 0.53
|
|
CATEGORIES= net-mgmt python
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
|
|
MASTER_SITE_SUBDIR= source/I/IPy
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= IPy-${PORTVERSION}
|
|
|
|
MAINTAINER= quakelee@cn.FreeBSD.org
|
|
COMMENT= A Python module for handling IPv4 and IPv6 Addresses and Networks
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
test: install
|
|
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
|
|
|
|
.include <bsd.port.mk>
|