diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-09-30 04:08:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-09-30 04:08:52 +0000 |
commit | 8f5d1497ab7d0df2b93a54d733d810486cf0596f (patch) | |
tree | 1eeea7135e40e031325be69c66c09e9af517257c /graphics/p5-GraphViz2/Makefile | |
parent | fa84e5eec59651ade2d8eea8860725c27f530033 (diff) | |
download | ports-8f5d1497ab7d0df2b93a54d733d810486cf0596f.tar.gz ports-8f5d1497ab7d0df2b93a54d733d810486cf0596f.zip |
Notes
Diffstat (limited to 'graphics/p5-GraphViz2/Makefile')
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index 716e939be06a..8708940d3083 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-GraphViz2 -# Date created: 2011-07-21 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= GraphViz2 -PORTVERSION= 2.03 +PORTVERSION= 2.04 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSAVAGE @@ -41,8 +37,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.44:${PORTSDIR}/devel/p5-Test-Pod -# This port also requires strict>=1.04 (5.10.0+), utf8>=1.09 (5.14.0+) and warnings>=1.12 (5.14.0+) -PERL_CONFIGURE= 5.14.0+ +PERL_CONFIGURE= 5.14.2+ MAN3= GraphViz2.3 \ GraphViz2::DBI.3 \ |