876f1e1f2d
- add license comment - spaces->tabs ok kevlo@ and sthen@
27 lines
565 B
Makefile
27 lines
565 B
Makefile
# $OpenBSD: Makefile,v 1.18 2009/11/19 08:13:16 stephan Exp $
|
|
|
|
COMMENT = module for graph plotting
|
|
|
|
VERSION = 1.44
|
|
DISTNAME = GDGraph-${VERSION}
|
|
PKGNAME = p5-GD-Graph-${VERSION}
|
|
CATEGORIES = graphics
|
|
|
|
MAINTAINER = Kevin Lo <kevlo@openbsd.org>
|
|
|
|
MASTER_SITES = ${MASTER_SITE_PERL_CPAN:=GD/}
|
|
|
|
RUN_DEPENDS = :p5-GD->=1.18:graphics/p5-GD \
|
|
:p5-GD-TextUtil-*:graphics/p5-GD-TextUtil
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|