Makefile 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. PORTNAME= POE-Component-IRC-Plugin-QueryDNSBL
  2. PORTVERSION= 1.04
  3. PORTREVISION= 1
  4. CATEGORIES= irc perl5 devel
  5. MASTER_SITES= CPAN
  6. PKGNAMEPREFIX= p5-
  7. MAINTAINER= perl@FreeBSD.org
  8. COMMENT= POE::Component::IRC plugin for IRC based DNSBL queries
  9. WWW= https://metacpan.org/release/POE-Component-IRC-Plugin-QueryDNSBL
  10. BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \
  11. p5-POE-Component-IRC>=6.68:irc/p5-POE-Component-IRC \
  12. p5-POE-Component-Client-DNSBL>=0.06:dns/p5-POE-Component-Client-DNSBL \
  13. p5-Net-IP>=1.25:net-mgmt/p5-Net-IP
  14. RUN_DEPENDS:= p5-POE>=0:devel/p5-POE \
  15. p5-POE-Component-IRC>=6.68:irc/p5-POE-Component-IRC \
  16. p5-POE-Component-Client-DNSBL>=0.06:dns/p5-POE-Component-Client-DNSBL \
  17. p5-Net-IP>=1.25:net-mgmt/p5-Net-IP
  18. PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
  19. USES= perl5 shebangfix
  20. USE_PERL5= configure
  21. SHEBANG_FILES= examples/*.pl
  22. PORTEXAMPLES= *
  23. OPTIONS_DEFINE= EXAMPLES
  24. post-install:
  25. @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
  26. ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
  27. .include <bsd.port.mk>