1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/graphics/p5-VCG/Makefile
2021-04-06 16:31:07 +02:00

22 lines
399 B
Makefile

# Created by: ijliao
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>