c2767af38f
The Template-GD distribution provides a number of Template Toolkit plugin modules to interface with Lincoln Stein's GD modules. These in turn provide an interface to Thomas Boutell's GD graphics library. from Stephan A. Rickauer (MAINTAINER), with a few minor tweaks by me
21 lines
498 B
Makefile
21 lines
498 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/08/29 13:34:55 jasper Exp $
|
|
|
|
COMMENT = GD plugin(s) for the Template Toolkit
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Template-GD-2.66
|
|
CATEGORIES = textproc graphics
|
|
|
|
MAINTAINER = Stephan A. Rickauer <stephan.rickauer@startek.ch>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = :p5-Template->=2.14:textproc/p5-Template \
|
|
:p5-GD->=1.14:graphics/p5-GD
|
|
|
|
.include <bsd.port.mk>
|