mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cb41fc6623
Sponsored by: Absolight
39 lines
978 B
Makefile
39 lines
978 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= POE-Component-IRC
|
|
PORTVERSION= 6.90
|
|
CATEGORIES= irc devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Fully event-driven IRC client module
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-IRC-Utils>=0.12:irc/p5-IRC-Utils \
|
|
p5-POE>=1.311:devel/p5-POE \
|
|
p5-POE-Component-Client-DNS>=0.99:dns/p5-POE-Component-Client-DNS \
|
|
p5-POE-Component-SSLify>=0:security/p5-POE-Component-SSLify \
|
|
p5-POE-Component-Syndicator>=0.01:devel/p5-POE-Component-Syndicator \
|
|
p5-POE-Filter-IRCD>=2.42:irc/p5-POE-Filter-IRCD
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Differences>=0.610:devel/p5-Test-Differences
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
PORTEXAMPLES= *
|
|
|
|
post-install-EXAMPLES-on:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|