aboutsummaryrefslogblamecommitdiff
path: root/sysutils/vmdktool/Makefile
blob: 4de67bebcbb326e227b4f41ed8611d0098c2c724 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                              
           

                        
                   




                                                          
                                 

                                                          
                          
 



                                        

                                      
 


                        
                      
# Created by: Brian Somers <brian@FreeBSD.org>
# $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 <bsd.port.mk>