1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/irc/p5-POE-Component-IRC/Makefile
Jun Kuriyama 47bd00ee2e Update to 2.8.
Add WWW:.

Submitted by:	Mathieu Arnold <m@absolight.net>
PR:		ports/52242
No response from: maintainer
2003-07-06 03:52:28 +00:00

36 lines
782 B
Makefile

# ex:ts=8
# New ports collection makefile for: POE::Component::IRC
# Date created: Aug 19, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= POE-Component-IRC
PORTVERSION= 2.8
CATEGORIES= irc devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= dan-freebsd@spot.org
COMMENT= A fully event-driven IRC client module
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::Filter-CTCP.3 \
POE::Component::IRC.3 \
POE::Component::Filter-IRC.3
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>