forked from Lainports/opnsense-ports
19 lines
308 B
Makefile
19 lines
308 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|