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

29 lines
570 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2010/12/03 11:45:37 ajacoutot Exp $
COMMENT = module for graph plotting
2000-09-19 13:02:42 -04:00
VERSION = 1.44
DISTNAME = GDGraph-${VERSION}
PKGNAME = p5-GD-Graph-${VERSION}
REVISION = 0
CATEGORIES = graphics
MAINTAINER = Kevin Lo <kevlo@openbsd.org>
MASTER_SITES = ${MASTER_SITE_PERL_CPAN:=GD/}
2000-09-19 13:02:42 -04:00
2010-11-17 03:05:12 -05:00
RUN_DEPENDS = graphics/p5-GD>=1.18 \
graphics/p5-GD-TextUtil
BUILD_DEPENDS = ${RUN_DEPENDS}
2000-09-19 13:02:42 -04:00
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2000-09-19 13:02:42 -04:00
MODULES = cpan
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
2000-09-19 13:02:42 -04:00
.include <bsd.port.mk>