d866509a06
- bump NEED_vERSION - add a patch to correct example in man page, update the version number (author left it at 0.54 by mistake), and fix typos - take MAINTAINER Author hasnt updated ChangeLog or README, but confirmed by email that this is a bug-fix release for the legend rendering on line charts.
24 lines
604 B
Makefile
24 lines
604 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/01/08 23:15:59 avsm Exp $
|
|
|
|
DISTNAME= GDGraph3d-0.55
|
|
PKGNAME= p5-GD-Graph3d-0.55
|
|
CATEGORIES= graphics perl5
|
|
NEED_VERSION= 1.348
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= GD
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/GD/Graph.pm::graphics/p5-GD-Graph
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/GD/Graph.pm::graphics/p5-GD-Graph
|
|
|
|
MAINTAINER= Anil Madhavapeddy, <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|
|
|