2c25cf429d
- Trim Makefile header Approved by: wen@ (maintainer)
18 lines
329 B
Makefile
18 lines
329 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
MAN3= Graphics::GnuplotIF.3
|
|
|
|
.include <bsd.port.mk>
|