24 lines
466 B
Makefile

# $OpenBSD: Makefile,v 1.9 2020/11/04 10:25:22 benoit Exp $
COMMENT = thumbnail plugin for p5-Dancer
MODULES = cpan
PKG_ARCH = *
DISTNAME = Dancer-Plugin-Thumbnail-0.16
CATEGORIES = www
# perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = www/p5-Dancer \
devel/p5-lib-abs \
graphics/p5-GD \
graphics/p5-Image-Size \
converters/p5-JSON-MaybeXS \
devel/p5-Object-Signature
#cpanplus installs them otherwise..
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>