Makefile 757 B

12345678910111213141516171819202122232425262728293031323334
  1. # $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:45 naddy Exp $
  2. COMMENT = library for sending email
  3. MODULES = cpan
  4. PKG_ARCH = *
  5. DISTNAME = Email-Sender-1.300018
  6. CATEGORIES = mail
  7. MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
  8. # Perl
  9. PERMIT_PACKAGE_CDROM = Yes
  10. RUN_DEPENDS = devel/p5-List-MoreUtils>=0 \
  11. devel/p5-Module-Runtime>=0 \
  12. devel/p5-Moo>=0 \
  13. devel/p5-MooX-Types-MooseLike>=0 \
  14. devel/p5-Sub-Exporter>=0 \
  15. devel/p5-Throwable>=0.200003 \
  16. devel/p5-Try-Tiny>=0 \
  17. mail/p5-Email-Abstract>=3.006 \
  18. mail/p5-Email-Address>=0 \
  19. mail/p5-Email-Simple>=1.998
  20. TEST_DEPENDS = sysutils/p5-Capture-Tiny>=0.08
  21. # Addiional modules to avoid skipping tests
  22. TEST_DEPENDS += devel/p5-Test-MockObject \
  23. devel/p5-Sub-Override
  24. .include <bsd.port.mk>