mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
89e07f4a18
Approved by: portmgr (implicit)
19 lines
422 B
Makefile
19 lines
422 B
Makefile
# Created by: Murilo Opsfelder <mopsfelder@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipaddr
|
|
PORTVERSION= 2.1.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mopsfelder@gmail.com
|
|
COMMENT= Google open source IPv4/IPv6 manipulation library in Python
|
|
|
|
PROJECTHOST= ipaddr-py
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|