Lines 7-26
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= POE-Component-IRC |
9 |
PORTNAME= POE-Component-IRC |
10 |
PORTVERSION= 6.54 |
10 |
PORTVERSION= 6.68 |
11 |
CATEGORIES= irc devel perl5 |
11 |
CATEGORIES= irc devel perl5 |
12 |
MASTER_SITES= CPAN |
12 |
MASTER_SITES= CPAN |
|
|
13 |
MASTER_SITE_SUBDIR= CPAN:HINRIK |
13 |
PKGNAMEPREFIX= p5- |
14 |
PKGNAMEPREFIX= p5- |
14 |
|
15 |
|
15 |
MAINTAINER= miwi@FreeBSD.org |
16 |
MAINTAINER= miwi@FreeBSD.org |
16 |
COMMENT= A fully event-driven IRC client module |
17 |
COMMENT= A fully event-driven IRC client module |
17 |
|
18 |
|
18 |
RUN_DEPENDS= p5-POE>=0.3202:${PORTSDIR}/devel/p5-POE \ |
19 |
LICENSE_COMB= dual |
19 |
p5-Object-Pluggable>=1.27:${PORTSDIR}/devel/p5-Object-Pluggable \ |
20 |
LICENSE= ART20 GPLv1 |
20 |
p5-POE-Filter-IRCD>=1.7:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ |
21 |
|
|
|
22 |
RUN_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ |
23 |
p5-POE-Component-Syndicator>=0.01:${PORTSDIR}/devel/p5-POE-Component-Syndicator \ |
24 |
p5-POE-Filter-IRCD>=2.42:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ |
21 |
p5-POE-Component-Client-DNS>=0.99:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ |
25 |
p5-POE-Component-Client-DNS>=0.99:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ |
22 |
p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify |
26 |
p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify \ |
23 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
27 |
p5-IRC-Utils>=0.10:${PORTSDIR}/irc/p5-IRC-Utils |
|
|
28 |
BUILD_DEPENDS:= ${RUN_DEPENDS} |
24 |
|
29 |
|
25 |
PERL_CONFIGURE= yes |
30 |
PERL_CONFIGURE= yes |
26 |
|
31 |
|