summaryrefslogtreecommitdiff
path: root/graphics/p5-Graphics-GnuplotIF/Makefile
blob: 51af69c52da1eb3b6160dfbaf833c56440abc3de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	Graphics-GnuplotIF
PORTVERSION=	1.8
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Dynamic Perl interface to gnuplot
WWW=		https://metacpan.org/release/Graphics-GnuplotIF

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>