Index: head/sysutils/vmdktool/Makefile =================================================================== --- head/sysutils/vmdktool/Makefile (revision 510167) +++ head/sysutils/vmdktool/Makefile (revision 510168) @@ -1,19 +1,26 @@ # Created by: Brian Somers # $FreeBSD$ PORTNAME= vmdktool PORTVERSION= 1.4 CATEGORIES= sysutils MASTER_SITES= http://www.Awfulhak.org/vmdktool/ \ ftp://ftp.Awfulhak.org/pub/vmdktool/ \ http://people.FreeBSD.org/~brian/vmdktool/ MAINTAINER= garga@FreeBSD.org COMMENT= Convert VMDK files to/from raw disk images LICENSE= BSD2CLAUSE +USES= perl5 +# We need the prove utility from Perl 5. +USE_PERL5= test + PLIST_FILES= bin/vmdktool \ man/man8/vmdktool.8.gz + +ALL_TARGET= vmdktool +TEST_TARGET= test .include Index: head/sysutils/vmdktool/pkg-descr =================================================================== --- head/sysutils/vmdktool/pkg-descr (revision 510167) +++ head/sysutils/vmdktool/pkg-descr (revision 510168) @@ -1,10 +1,12 @@ vmdktool converts raw filesystems to VMDK files and vice versa. VMDK files can be imported directly into most Virtual Machine servers as guest filesystems. Automatic machine deployments into products such as VMware's ESXi and VirtualBox requires the ability to construct VMDK files as the initial filesystem images for the created guests. vmdktool is free. Contact the author with any questions or comments. + +WWW: http://www.awfulhak.org/vmdktool