mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
cb41fc6623
Sponsored by: Absolight
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# Created by: Masahiro Teramoto <markun@onohara.to>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= POE-Component-Server-IRC
|
|
PORTVERSION= 1.54
|
|
PORTREVISION= 1
|
|
CATEGORIES= irc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:HINRIK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
COMMENT= Fully event-driven networkable IRC server daemon module
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Crypt-PasswdMD5>=1.3:security/p5-Crypt-PasswdMD5 \
|
|
p5-IRC-Utils>=0.10:irc/p5-IRC-Utils \
|
|
p5-Net-Netmask>=1.9012:net-mgmt/p5-Net-Netmask \
|
|
p5-POE>=0.9999:devel/p5-POE \
|
|
p5-POE-Component-Client-DNS>=1:dns/p5-POE-Component-Client-DNS \
|
|
p5-POE-Component-Client-Ident>=1:net/p5-POE-Component-Client-Ident \
|
|
p5-POE-Component-IRC>=6.68:irc/p5-POE-Component-IRC \
|
|
p5-POE-Component-Syndicator>=0.04:devel/p5-POE-Component-Syndicator \
|
|
p5-POE-Component-SSLify>=0:security/p5-POE-Component-SSLify \
|
|
p5-POE-Filter-IRCD>=2.2:irc/p5-POE-Filter-IRCD \
|
|
p5-POE-Filter-Zlib>0:archivers/p5-POE-Filter-Zlib
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|