Index: head/sysutils/vmdktool/Makefile =================================================================== --- head/sysutils/vmdktool/Makefile +++ head/sysutils/vmdktool/Makefile @@ -13,7 +13,14 @@ 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 +++ head/sysutils/vmdktool/pkg-descr @@ -8,3 +8,5 @@ vmdktool is free. Contact the author with any questions or comments. + +WWW: http://www.awfulhak.org/vmdktool