2006-07-31 05:41:49 +02:00
|
|
|
# New ports collection makefile for: p5-Net-VNC
|
|
|
|
# Date created: 2006-07-29
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-VNC
|
2009-11-28 12:31:08 +01:00
|
|
|
PORTVERSION= 0.37
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 2
|
2006-07-31 05:41:49 +02:00
|
|
|
CATEGORIES= net perl5
|
2007-07-24 08:52:01 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-31 05:41:49 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-07-24 08:52:01 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-31 05:41:49 +02:00
|
|
|
COMMENT= A simple VNC client
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
|
2007-07-24 08:52:01 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Image/Imlib2.pm:${PORTSDIR}/graphics/p5-Image-Imlib2 \
|
|
|
|
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
|
2009-11-28 12:31:08 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-07-31 05:41:49 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= vnccapture.1
|
|
|
|
MAN3= Net::VNC.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|