openbsd-ports/textproc/p5-Template-Plugin-GD/Makefile
2022-03-11 20:02:12 +00:00

16 lines
284 B
Makefile

COMMENT = GD plugin(s) for the Template Toolkit
MODULES = cpan
PKG_ARCH = *
DISTNAME = Template-GD-2.66
REVISION = 3
CATEGORIES = textproc graphics
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = textproc/p5-Template>=2.14 \
graphics/p5-GD>=1.14
.include <bsd.port.mk>