Makefile 933 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. PORTNAME= POE-Component-IRC-Plugin-Blowfish
  2. PORTVERSION= 0.01
  3. PORTREVISION= 1
  4. CATEGORIES= irc perl5 devel
  5. MASTER_SITES= CPAN
  6. MASTER_SITE_SUBDIR= CPAN:PLU
  7. PKGNAMEPREFIX= p5-
  8. MAINTAINER= perl@FreeBSD.org
  9. COMMENT= POE::Component::IRC plugin tthat provides blowfish encryption
  10. WWW= https://metacpan.org/release/POE-Component-IRC-Plugin-Blowfish
  11. LICENSE= ART10 GPLv1+
  12. LICENSE_COMB= dual
  13. BUILD_DEPENDS= ${RUN_DEPENDS}
  14. RUN_DEPENDS= p5-POE>=0.37:devel/p5-POE \
  15. p5-POE-Component-IRC>=5.07:irc/p5-POE-Component-IRC \
  16. p5-Crypt-Blowfish_PP>=1.12:security/p5-Crypt-Blowfish_PP
  17. PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
  18. USES= perl5 shebangfix
  19. USE_PERL5= configure
  20. OPTIONS_DEFINE= EXAMPLES
  21. PORTEXAMPLES= synopsis.pl
  22. SHEBANG_FILES= examples/synopsis.pl
  23. .include <bsd.port.options.mk>
  24. post-install:
  25. ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
  26. ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
  27. .include <bsd.port.mk>