openbsd-ports/graphics/p5-GD-Graph3d/Makefile
2009-11-19 08:51:27 +00:00

23 lines
445 B
Makefile

# $OpenBSD: Makefile,v 1.17 2009/11/19 08:51:27 stephan Exp $
COMMENT = module for 3D graph plotting
VERSION = 0.63
DISTNAME = GD-Graph3d-${VERSION}
CATEGORIES = graphics
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS= :p5-GD-Graph->=1.30:graphics/p5-GD-Graph
MODULES= cpan
pre-patch:
@perl -pi -e 's/\r//' ${WRKSRC}/lib/GD/Graph3d.pm
.include <bsd.port.mk>