forked from Lainports/freebsd-ports
- While I'm here: - Add missing RUN_DEPENDS - Bump PORTREVISION - Remove Author line PR: ports/189336 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
21 lines
430 B
Makefile
21 lines
430 B
Makefile
# Created by: fernan@iib.unsam.edu.ar
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SpringGraph
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 7
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= GraphViz/TEEJAY
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Directed graph alternative to GraphViz
|
|
|
|
BUILD_DEPENDS= p5-GD>=1:${PORTSDIR}/graphics/p5-GD
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|