aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-VCG/Makefile
blob: 3175545ae306bc95d550c965bce7b5281c119351 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: ijliao
# $FreeBSD$

PORTNAME=   VCG
PORTVERSION=    0.5
PORTREVISION=   2
CATEGORIES= graphics perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:TEEJAY
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Interface to the VCG graphing tool

BUILD_DEPENDS=  p5-IPC-Run>=0:devel/p5-IPC-Run
RUN_DEPENDS:=   ${BUILD_DEPENDS} \
        xvcg:graphics/vcg

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>