31 lines
719 B
Makefile
31 lines
719 B
Makefile
# $OpenBSD: Makefile,v 1.36 2015/01/21 14:40:10 sthen Exp $
|
|
|
|
COMMENT= event-driven IRC-client module
|
|
|
|
DISTNAME= POE-Component-IRC-6.52
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Object-Pluggable \
|
|
devel/p5-POE>=1.287 \
|
|
net/p5-POE-Component-Client-DNS>=0.99 \
|
|
net/p5-POE-Filter-IRCD>=2.42 \
|
|
archivers/p5-POE-Filter-Zlib
|
|
|
|
# Not listed in PREREQ_PM, but needed for SSL connections.
|
|
RUN_DEPENDS+= security/p5-POE-Component-SSLify
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/p5-POE-Component-IRC
|
|
${INSTALL_DATA} ${WRKSRC}/docs/* \
|
|
${PREFIX}/share/doc/p5-POE-Component-IRC
|
|
${MODCPAN_POST_INSTALL}
|
|
|
|
.include <bsd.port.mk>
|