24 lines
467 B
Makefile
24 lines
467 B
Makefile
# $OpenBSD: Makefile,v 1.2 2014/11/18 20:59:10 sthen Exp $
|
|
|
|
COMMENT = thumbnail plugin for p5-Dancer
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Dancer-Plugin-Thumbnail-0.10
|
|
REVISION = 0
|
|
CATEGORIES = www
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = www/p5-Dancer \
|
|
devel/p5-lib-abs \
|
|
graphics/p5-GD \
|
|
graphics/p5-Image-Size \
|
|
converters/p5-JSON-Any \
|
|
devel/p5-Object-Signature
|
|
|
|
#cpanplus installs them otherwise..
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|