freebsd-ports/sysutils/vmdktool/Makefile

25 lines
531 B
Makefile

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
WWW= http://www.awfulhak.org/vmdktool
LICENSE= BSD2CLAUSE
USES= perl5
# We need the prove utility from Perl 5.
USE_PERL5= test
ALL_TARGET= vmdktool
TEST_TARGET= test
PLIST_FILES= bin/vmdktool \
share/man/man8/vmdktool.8.gz
.include <bsd.port.mk>