1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/p5-Graph-SocialMap/Makefile
Sunpoet Po-Chuan Hsieh 2131ba52d6 - Add LICENSE
- Update pkg-descr
- Pass maintainership to submitter
- While I'm here, sort *_DEPENDS

PR:		ports/189337
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:51:27 +00:00

28 lines
694 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Graph-SocialMap
PORTVERSION= 0.12
PORTREVISION= 6
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Easy tool to create social network maps
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Graph>=0:${PORTSDIR}/math/p5-Graph \
p5-Graph-Writer-GraphViz>=0:${PORTSDIR}/graphics/p5-Graph-Writer-GraphViz \
p5-Quantum-Superpositions>=0:${PORTSDIR}/lang/p5-Quantum-Superpositions \
p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>