blob: 9778da9eeefc072294546a3bf5573fe5295d4c7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= ovs
PORTVERSION= 2.9.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= akoshibe@gmail.com
COMMENT= Python Open vSwitch library
LICENSE= APACHE20
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|