mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
7d3562dbb9
PR: 223701 Submitted by: Ayaka Koshibe <akoshibe@gmail.com>
20 lines
308 B
Makefile
20 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>
|