Prune www/wml
[dports.git] / graphics / p5-Graph-SocialMap / Makefile
1 # Created by: Aaron Dalton <aaron@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Graph-SocialMap
5 PORTVERSION=    0.12
6 PORTREVISION=   7
7 CATEGORIES=     graphics perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     bofh@FreeBSD.org
12 COMMENT=        Easy tool to create social network maps
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Graph>=0:math/p5-Graph \
18                 p5-Graph-Writer-GraphViz>=0:graphics/p5-Graph-Writer-GraphViz \
19                 p5-Quantum-Superpositions>=0:lang/p5-Quantum-Superpositions \
20                 p5-Spiffy>=0:devel/p5-Spiffy \
21                 p5-YAML>=0:textproc/p5-YAML
22 RUN_DEPENDS:=   ${BUILD_DEPENDS}
23
24 USES=           perl5
25 USE_PERL5=      configure
26
27 .include <bsd.port.mk>