15 lines
284 B
Makefile
15 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>
|