diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 13:51:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 13:51:51 +0000 |
commit | 73f9a5e252f88871985eefb61c1764fc61858176 (patch) | |
tree | 844d6c1ce7e0d5882e8aff1953e6a6b7b852b908 /graphics | |
parent | a1fb7d3e4ebf09080fe48ea40b2cb801a56cf710 (diff) | |
download | freebsd-ports-73f9a5e252f88871985eefb61c1764fc61858176.zip |
- Pass maintainership to submitter
- While I'm here:
- Add missing RUN_DEPENDS
- Bump PORTREVISION
- Remove Author line
PR: ports/189336
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-SpringGraph/Makefile | 7 | ||||
-rw-r--r-- | graphics/p5-SpringGraph/pkg-descr | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/graphics/p5-SpringGraph/Makefile b/graphics/p5-SpringGraph/Makefile index 6b4a66ef59b9..290ddeff02d8 100644 --- a/graphics/p5-SpringGraph/Makefile +++ b/graphics/p5-SpringGraph/Makefile @@ -3,16 +3,17 @@ PORTNAME= SpringGraph PORTVERSION= 0.05 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= GraphViz/TEEJAY PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Directed graph alternative to GraphViz -BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= p5-GD>=1:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/graphics/p5-SpringGraph/pkg-descr b/graphics/p5-SpringGraph/pkg-descr index 130637464f15..04ee2c00a9a4 100644 --- a/graphics/p5-SpringGraph/pkg-descr +++ b/graphics/p5-SpringGraph/pkg-descr @@ -11,6 +11,3 @@ principles in the near future to remove some of the quirks inherent in the Autodia and springgraph.pl code used. WWW: http://search.cpan.org/dist/SpringGraph/ - -Fernan -<fernan@iib.unsam.edu.ar> |