blob: 90ca2c9b5c2c572086ab7dd60d96f3d772de4963 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: py-iplib
# Date created: 2010-02-22
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= iplib
PORTVERSION= 1.1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gslin@gslin.org
COMMENT= Convert amongst many different IPv4 notations
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|