aboutsummaryrefslogtreecommitdiff
path: root/net/py-iplib/Makefile
blob: f1ffca30ebc19f10fcaca47e39d898cf4aa3afee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	iplib
PORTVERSION=	1.2.1
CATEGORIES=	net python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	egypcio@FreeBSD.org
COMMENT=	Convert amongst many different IPv4 notations

LICENSE=	BSD3CLAUSE

USES=		python:3.6+
USE_PYTHON=	autoplist distutils flavors

.include <bsd.port.mk>