openbsd-ports/graphics/p5-GD-Graph3d/Makefile

23 lines
445 B
Makefile
Raw Normal View History

2009-11-19 03:51:27 -05:00
# $OpenBSD: Makefile,v 1.17 2009/11/19 08:51:27 stephan Exp $
2009-11-19 03:51:27 -05:00
COMMENT = module for 3D graph plotting
2009-11-19 03:51:27 -05:00
VERSION = 0.63
DISTNAME = GD-Graph3d-${VERSION}
CATEGORIES = graphics
2009-11-19 03:51:27 -05:00
# 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
2006-12-06 12:55:52 -05:00
MODULES= cpan
pre-patch:
@perl -pi -e 's/\r//' ${WRKSRC}/lib/GD/Graph3d.pm
.include <bsd.port.mk>