2009-12-02 15:02:25 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2009/12/02 20:02:25 jasper Exp $
|
2006-06-12 07:30:05 -04:00
|
|
|
|
2007-07-13 08:02:30 -04:00
|
|
|
COMMENT= event-driven IRC-client module
|
2006-06-12 07:30:05 -04:00
|
|
|
|
2009-10-25 18:25:06 -04:00
|
|
|
DISTNAME= POE-Component-IRC-6.16
|
2009-12-02 15:02:25 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
2006-11-16 13:18:10 -05:00
|
|
|
CATEGORIES= net
|
2006-06-12 07:30:05 -04:00
|
|
|
|
2006-06-19 10:56:51 -04:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
2006-06-12 07:30:05 -04:00
|
|
|
|
2009-02-03 17:58:43 -05:00
|
|
|
# perl
|
2006-06-12 07:30:05 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2006-11-16 13:18:10 -05:00
|
|
|
MODULES= cpan
|
2006-06-12 07:30:05 -04:00
|
|
|
|
2006-11-16 13:18:10 -05:00
|
|
|
RUN_DEPENDS= ::devel/p5-POE \
|
2009-10-25 18:25:06 -04:00
|
|
|
:p5-POE-Component-Pluggable->=1.24:devel/p5-POE-Component-Pluggable \
|
2006-06-12 07:30:05 -04:00
|
|
|
:p5-POE-Component-Client-DNS->=0.99:net/p5-POE-Component-Client-DNS \
|
2009-12-02 15:02:25 -05:00
|
|
|
:p5-POE-Filter-IRCD->=1.7:net/p5-POE-Filter-IRCD \
|
|
|
|
::security/p5-POE-Component-SSLify
|
2006-06-12 07:30:05 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/p5-POE-Component-IRC
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/* \
|
|
|
|
${PREFIX}/share/doc/p5-POE-Component-IRC
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-POE-Component-IRC
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* \
|
|
|
|
${PREFIX}/share/examples/p5-POE-Component-IRC
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|