freebsd-ports/devel/py-ipaddr/Makefile
Renato Botelho f872963e61 A Google open source IPv4/IPv6 manipulation library in Python.
This library is used to create/poke/manipulate IPv4 and
IPv6 addresses and prefixes.
Development mailing list:
http://groups.google.com/group/ipaddr-py-dev

WWW:	http://code.google.com/p/ipaddr-py/

PR:		ports/127830
Submitted by:	Murilo Opsfelder <mopsfelder at gmail.com>
2008-10-03 20:14:37 +00:00

25 lines
611 B
Makefile

# New ports collection makefile for: py-ipaddr
# Date created: 2008-10-03
# Whom: Murilo Opsfelder <mopsfelder@gmail.com>
#
# $FreeBSD$
#
PORTNAME= ipaddr
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= http://ipaddr-py.googlecode.com/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mopsfelder@gmail.com
COMMENT= A Google open source IPv4/IPv6 manipulation library in Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= ipaddr
PLIST_FILES= %%PYTHON_SITELIBDIR%%/ipaddr.py \
%%PYTHON_SITELIBDIR%%/ipaddr.pyc \
%%PYTHON_SITELIBDIR%%/ipaddr.pyo
.include <bsd.port.mk>