Makefile 472 B

123456789101112131415161718192021222324
  1. # $OpenBSD: Makefile,v 1.6 2017/05/19 05:30:36 benoit Exp $
  2. COMMENT = thumbnail plugin for p5-Dancer
  3. MODULES = cpan
  4. PKG_ARCH = *
  5. DISTNAME = Dancer-Plugin-Thumbnail-0.14
  6. CATEGORIES = www
  7. # perl
  8. PERMIT_PACKAGE_CDROM = Yes
  9. RUN_DEPENDS = www/p5-Dancer \
  10. devel/p5-lib-abs \
  11. graphics/p5-GD \
  12. graphics/p5-Image-Size \
  13. converters/p5-JSON-MaybeXS \
  14. devel/p5-Object-Signature
  15. #cpanplus installs them otherwise..
  16. BUILD_DEPENDS = ${RUN_DEPENDS}
  17. .include <bsd.port.mk>