aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Graphics-GnuplotIF/Makefile
blob: acd839f481c8b2d6a4429f24e3e19e4c003379e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	p5-Graphics-GnuplotIF
# Date Created:				Oct 21, 2010
# Whom:					Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Graphics-GnuplotIF
PORTVERSION=	1.7
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	wen@FreeBSD.org
COMMENT=	A dynamic Perl interface to gnuplot

PERL_MODBUILD=	yes

MAN3=		Graphics::GnuplotIF.3

.include <bsd.port.mk>