freebsd-ports/graphics/p5-GD-Graph-histogram/Makefile
Andrej Zverev 996f1f37d7 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:23:19 +00:00

28 lines
677 B
Makefile

# New ports collection makefile for: p5-GD-Graph-histogram
# Date created: 6 March 2009
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
#
# $FreeBSD$
#
PORTNAME= GD-Graph-histogram
PORTVERSION= 1.1
PORTREVISION= 4
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:WHIZDOG
PKGNAMEPREFIX= p5-
DISTNAME= GDGraph-histogram-${PORTVERSION}
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Histogram plotting module for perl5
BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= GD::Graph::histogram.3
.include <bsd.port.mk>