blob: 5b411da6612845c1d262fddf94a1205667e9d51a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= iplib
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Convert amongst many different IPv4 notations
WWW= https://pypi.org/project/iplib/
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist distutils flavors
.include <bsd.port.mk>
|