Tweak net/gssdp version 0.14.10
[dports.git] / irc / p5-POE-Component-Server-IRC / Makefile
1 # Created by: Masahiro Teramoto <markun@onohara.to>
2 # $FreeBSD$
3
4 PORTNAME=       POE-Component-Server-IRC
5 PORTVERSION=    1.54
6 CATEGORIES=     irc perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:HINRIK
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     markun@onohara.to
12 COMMENT=        Fully event-driven networkable IRC server daemon module
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 RUN_DEPENDS=    p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
18                 p5-IRC-Utils>=0.10:${PORTSDIR}/irc/p5-IRC-Utils \
19                 p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
20                 p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \
21                 p5-POE-Component-Client-DNS>=1:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
22                 p5-POE-Component-Client-Ident>=1:${PORTSDIR}/net/p5-POE-Component-Client-Ident \
23                 p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \
24                 p5-POE-Component-Syndicator>=0.04:${PORTSDIR}/devel/p5-POE-Component-Syndicator \
25                 p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \
26                 p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD \
27                 p5-POE-Filter-Zlib>0:${PORTSDIR}/archivers/p5-POE-Filter-Zlib
28 BUILD_DEPENDS:= ${RUN_DEPENDS}
29
30 USES=           perl5
31 USE_PERL5=      configure
32
33 .include <bsd.port.mk>