18 lines
345 B
Makefile

# $OpenBSD: Makefile,v 1.11 2019/07/12 20:50:06 sthen Exp $
COMMENT = GD plugin(s) for the Template Toolkit
MODULES = cpan
PKG_ARCH = *
DISTNAME = Template-GD-2.66
REVISION = 2
CATEGORIES = textproc graphics
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = textproc/p5-Template>=2.14 \
graphics/p5-GD>=1.14
.include <bsd.port.mk>