freebsd-ports/graphics/p5-VCG/Makefile
Philippe Audeoud 4caad35110 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-12 07:49:43 +00:00

29 lines
516 B
Makefile

# ex:ts=8
# Ports collection makefile for: p5-VCG
# Date created: Mar 30, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= VCG
PORTVERSION= 0.5
PORTREVISION= 1
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:${PORTSDIR}/devel/p5-IPC-Run
RUN_DEPENDS:= ${BUILD_DEPENDS} \
xvcg:${PORTSDIR}/graphics/vcg
PERL_CONFIGURE= yes
MAN3= VCG.3
.include <bsd.port.mk>