freebsd-ports/emulators/xen/Makefile
Roger Pau Monné 26d0500335 xen: update to final 4.7.0
Sponsored by: Citrix Systems R&D
2016-07-04 15:29:45 +00:00

20 lines
301 B
Makefile

# $FreeBSD$
PORTNAME= xen
PORTVERSION= 4.7.0
PORTREVISION= 2
CATEGORIES= emulators
MAINTAINER= royger@FreeBSD.org
COMMENT= Xen Hypervisor meta port
LICENSE= GPLv2
ONLY_FOR_ARCHS= amd64
RUN_DEPENDS= /boot/xen:emulators/xen-kernel \
xl:sysutils/xen-tools
USES= metaport
.include <bsd.port.mk>