2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
2006-06-01 09:54:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Graph-SocialMap
|
|
|
|
PORTVERSION= 0.12
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 7
|
2006-06-01 09:54:21 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-01 09:54:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2006-06-01 09:54:21 +02:00
|
|
|
COMMENT= Easy tool to create social network maps
|
|
|
|
|
2014-05-09 05:51:27 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Graph>=0:${PORTSDIR}/math/p5-Graph \
|
2012-06-04 18:53:46 +02:00
|
|
|
p5-Graph-Writer-GraphViz>=0:${PORTSDIR}/graphics/p5-Graph-Writer-GraphViz \
|
|
|
|
p5-Quantum-Superpositions>=0:${PORTSDIR}/lang/p5-Quantum-Superpositions \
|
2014-05-09 05:51:27 +02:00
|
|
|
p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \
|
2012-06-04 18:53:46 +02:00
|
|
|
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-06-01 09:54:21 +02:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-06-01 09:54:21 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|