Makefile 522 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.19 2016/05/18 22:57:15 bluhm Exp $
  2. COMMENT = iterative SPF lookup
  3. DISTNAME = Mail-SPF-Iterator-1.113
  4. CATEGORIES = mail
  5. MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
  6. # perl
  7. PERMIT_PACKAGE_CDROM = Yes
  8. MODULES = cpan
  9. PKG_ARCH = *
  10. BUILD_DEPENDS = ${RUN_DEPENDS}
  11. RUN_DEPENDS = net/p5-Net-DNS>=0.62 \
  12. www/p5-URI
  13. TEST_DEPENDS = net/p5-IO-Socket-INET6 \
  14. net/p5-Socket6
  15. post-install:
  16. ${INSTALL_SCRIPT} ${WRKSRC}/samples/spflookup.pl ${PREFIX}/bin/spflookup
  17. .include <bsd.port.mk>