Lines 1-5
Link Here
|
1 |
PORTNAME= libvirt |
1 |
PORTNAME= libvirt |
2 |
PORTVERSION= 10.3.0 |
2 |
PORTVERSION= 10.8.0 |
3 |
CATEGORIES= devel |
3 |
CATEGORIES= devel |
4 |
MASTER_SITES= http://libvirt.org/sources/python/ \ |
4 |
MASTER_SITES= http://libvirt.org/sources/python/ \ |
5 |
ftp://libvirt.org/libvirt/python/ |
5 |
ftp://libvirt.org/libvirt/python/ |
Lines 10-16
MAINTAINER= novel@FreeBSD.org
Link Here
|
10 |
COMMENT= Python bindings for Libvirt virtualization API |
10 |
COMMENT= Python bindings for Libvirt virtualization API |
11 |
WWW= https://libvirt.org/python.html |
11 |
WWW= https://libvirt.org/python.html |
12 |
|
12 |
|
13 |
LICENSE= GPLv2 |
13 |
LICENSE= LGPL21 |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
15 |
|
15 |
LIB_DEPENDS= libvirt.so:devel/libvirt |
16 |
LIB_DEPENDS= libvirt.so:devel/libvirt |
16 |
|
17 |
|