aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-VNC/Makefile
blob: 097b332e5f630e9ec2af99c80005ceb79b7bad76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    p5-Net-VNC
# Date created:     2006-07-29
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   Net-VNC
PORTVERSION=    0.40
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    A simple VNC client

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

RUN_DEPENDS=    p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \
        p5-Image-Imlib2>=0:${PORTSDIR}/graphics/p5-Image-Imlib2 \
        p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
BUILD_DEPENDS:= ${RUN_DEPENDS}

PERL_MODBUILD=  yes

MAN1=       vnccapture.1
MAN3=       Net::VNC.3

.include <bsd.port.mk>