diff options
Diffstat (limited to 'graphics/p5-GraphViz-Traverse/Makefile')
-rw-r--r-- | graphics/p5-GraphViz-Traverse/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/p5-GraphViz-Traverse/Makefile b/graphics/p5-GraphViz-Traverse/Makefile index 004cbc663559..13c8ad92781c 100644 --- a/graphics/p5-GraphViz-Traverse/Makefile +++ b/graphics/p5-GraphViz-Traverse/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-GraphViz-Traverse -# Date created: 02 Jun 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= GraphViz-Traverse PORTVERSION= 0.02 @@ -18,10 +14,9 @@ COMMENT= Build a GraphViz object via callback traversal BUILD_DEPENDS= p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz RUN_DEPENDS:= ${BUILD_DEPENDS} -MAKE_JOBS_SAFE= yes - MAN3= GraphViz::Traverse.3 GraphViz::Traverse::Filesystem.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |