diff --git a/databases/p5-Cache-BDB/Makefile b/databases/p5-Cache-BDB/Makefile index 9575a9fd7be2..6a7f72987575 100644 --- a/databases/p5-Cache-BDB/Makefile +++ b/databases/p5-Cache-BDB/Makefile @@ -1,24 +1,21 @@ -# New ports collection makefile for: p5-Cache-BDB -# Date created: 2006-07-22 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Cache-BDB PORTVERSION= 0.04 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= An object caching wrapper around BerkeleyDB BUILD_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Cache::BDB.3 .include diff --git a/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile b/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile index df4113293e7b..b70b4246d5c2 100644 --- a/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile +++ b/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile @@ -1,26 +1,22 @@ -# New ports collection makefile for: DBIx::Skinny::Mixin::DBHResolver -# Date created: 28 Nov 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= DBIx-Skinny-Mixin-DBHResolver PORTVERSION= 0.04 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of DBIx::DBHResolver mixin for DBIx::Skinny RUN_DEPENDS= \ p5-DBIx-DBHResolver>0:${PORTSDIR}/databases/p5-DBIx-DBHResolver \ p5-DBIx-Skinny>0:${PORTSDIR}/databases/p5-DBIx-Skinny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Skinny::Mixin::DBHResolver.3 .include diff --git a/irc/cgiirc/Makefile b/irc/cgiirc/Makefile index 0b555029373e..03c6405f46d3 100644 --- a/irc/cgiirc/Makefile +++ b/irc/cgiirc/Makefile @@ -1,28 +1,28 @@ # Created by: Vsevolod Stakhov # $FreeBSD$ PORTNAME= cgiirc PORTVERSION= 0.5.10 CATEGORIES= irc www perl5 MASTER_SITES= http://cgiirc.org/releases/ \ SF/${PORTNAME}/cgi-irc/${PORTVERSION} MAINTAINER= rodrigo@bebik.net COMMENT= IRC web gateway written in Perl LICENSE= GPLv2 -USE_PERL5= yes +USES= perl5 NO_BUILD= yes pre-install: @${MV} ${WRKSRC}/cgiirc.config ${WRKSRC}/cgiirc.config.sample 2>/dev/null || true do-install: ${MKDIR} ${PREFIX}/www/cgiirc ${CP} -rp ${WRKSRC}/* ${PREFIX}/www/cgiirc ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/cgiirc @[ -f ${PREFIX}/www/cgiirc/cgiirc.config ] || \ ${CP} ${WRKSRC}/cgiirc.config.sample ${PREFIX}/www/cgiirc/cgiirc.config .include diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile index 79ddc0e277ce..f392d32fcfda 100644 --- a/irc/nethirc/Makefile +++ b/irc/nethirc/Makefile @@ -1,26 +1,23 @@ -# New ports collection makefile for: nethirc -# Date created: 15 Dec 1999 -# Whom: Will Andrews -# +# Created by: Will Andrews # $FreeBSD$ -# PORTNAME= NetHirc PORTVERSION= 0.94 CATEGORIES= irc MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/ MAINTAINER= matt_mills@btopenworld.com COMMENT= Perl-based IRC client that uses Net::IRC BUILD_DEPENDS= p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ p5-String-Format>=0:${PORTSDIR}/textproc/p5-String-Format \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= nethirc.pl.1 MAN3= NetHirc.3 .include diff --git a/irc/p5-Bot-BasicBot/Makefile b/irc/p5-Bot-BasicBot/Makefile index 6bb3c6b3c0c0..dbd90e3c61bc 100644 --- a/irc/p5-Bot-BasicBot/Makefile +++ b/irc/p5-Bot-BasicBot/Makefile @@ -1,26 +1,23 @@ -# New ports collection makefile for: p5-Bot-BasicBot -# Date created: 23 Dec 2006 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Bot-BasicBot PORTVERSION= 0.89 CATEGORIES= irc perl5 MASTER_SITES= CPAN/Bot PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Simple irc bot baseclass BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC MAN3= Bot::BasicBot.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include diff --git a/irc/p5-IRC-Utils/Makefile b/irc/p5-IRC-Utils/Makefile index 871e8d96a42a..dbbd0b40ae42 100644 --- a/irc/p5-IRC-Utils/Makefile +++ b/irc/p5-IRC-Utils/Makefile @@ -1,25 +1,22 @@ -# New ports collection makefile for: p5-IRC-Utils -# Date created: 2011-04-12 -# Whom: TERAMOTO Masahiro -# +# Created by: TERAMOTO Masahiro # $FreeBSD$ -# PORTNAME= IRC-Utils PORTVERSION= 0.12 CATEGORIES= irc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HINRIK PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Common utilities for IRC-related tasks LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IRC::Utils.3 .include diff --git a/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile b/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile index 6ca5a8919fa8..35f891f8aef6 100644 --- a/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile @@ -1,38 +1,35 @@ -# New ports collection makefile for: POE-Component-IRC-Plugin-Blowfish -# Date created: June 05 2010 -# Whom: Jase Thew -# +# Created by: Jase Thew # $FreeBSD$ -# PORTNAME= POE-Component-IRC-Plugin-Blowfish PORTVERSION= 0.01 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PLU PKGNAMEPREFIX= p5- MAINTAINER= jase@FreeBSD.org COMMENT= A POE::Component::IRC plugin tthat provides blowfish encryption LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-POE>=0.37:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=5.07:${PORTSDIR}/irc/p5-POE-Component-IRC \ p5-Crypt-Blowfish_PP>=1.12:${PORTSDIR}/security/p5-Crypt-Blowfish_PP RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::Blowfish.3 post-install: .ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include diff --git a/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile b/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile index 27c927ab6c94..3f47314fe3e0 100644 --- a/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile @@ -1,34 +1,31 @@ -# New ports collection makefile for: POE-Component-IRC-Plugin-Bollocks -# Date created: 31 may 2008 -# Whom: Martin Wilke =0.06:${PORTSDIR}/textproc/p5-Dev-Bollocks \ p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::Bollocks.3 post-install: .ifndef(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include diff --git a/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile index 3fe291d124ef..2d1bdcc837b2 100644 --- a/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile @@ -1,33 +1,30 @@ -# New ports collection makefile for: POE-Component-IRC-Plugin-Corelist -# Date created: 31 may 2008 -# Whom: Martin Wilke =0:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::CoreList.3 post-install: .ifndef(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include diff --git a/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile b/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile index 758faccab586..04acf4a3e119 100644 --- a/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile @@ -1,34 +1,32 @@ -# New ports collection makefile for: POE-Componenet-IRC-Plugin-Hailo -# Date created: 2011-07-19 -# Whom: milki -# +# Created by: milki # $FreeBSD$ PORTNAME= POE-Component-IRC-Plugin-Hailo PORTVERSION= 0.18 CATEGORIES= irc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HINRIK PKGNAMEPREFIX= p5- MAINTAINER= milki@rescomp.berkeley.edu COMMENT= A PoCo-IRC plugin for a Hailo conversation simulator LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-IRC-Utils>=0.05:${PORTSDIR}/irc/p5-IRC-Utils \ p5-Math-Random-OO>=0.21:${PORTSDIR}/math/p5-Math-Random-OO \ p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-Hailo>=0:${PORTSDIR}/devel/p5-POE-Component-Hailo \ p5-POE-Component-IRC>=6.22:${PORTSDIR}/irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Script>=1.07:${PORTSDIR}/devel/p5-Test-Script -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= irchailo-seed.1 MAN3= POE::Component::IRC::Plugin::Hailo.3 .include diff --git a/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile b/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile index a9e726ded583..fd45d094cd43 100644 --- a/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile @@ -1,27 +1,28 @@ # $FreeBSD$ PORTNAME= POE-Component-IRC-Plugin-Karma PORTVERSION= 0.003 CATEGORIES= irc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:APOCAL PKGNAMEPREFIX= p5- MAINTAINER= milki@rescomp.berkeley.edu COMMENT= A PoCo-IRC plugin that keeps track of karma LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-POE-Component-IRC>=6.22:${PORTSDIR}/irc/p5-POE-Component-IRC \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::Karma.3 .include diff --git a/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile b/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile index 48d3d00e3149..a545daa8d336 100644 --- a/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile @@ -1,34 +1,31 @@ -# New ports collection makefile for: POE-Component-IRC-Plugin-POE-Knee -# Date created: 31 may 2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= POE-Component-IRC-Plugin-POE-Knee PORTVERSION= 1.08 PORTREVISION= 1 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= A POE::Component::IRC plugin that runs Acme::POE::Knee races BUILD_DEPENDS= p5-Math-Random>=0.69:${PORTSDIR}/math/p5-Math-Random \ p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::POE::Knee.3 post-install: .ifndef(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile index c61deb746811..3eda47c269aa 100644 --- a/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile @@ -1,33 +1,30 @@ -# New ports collection makefile for: p5-POE-Component-IRC-Plugin-QueryDNS -# Date created: 20.06.2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= POE-Component-IRC-Plugin-QueryDNS PORTVERSION= 1.04 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= A POE::Component::IRC plugin for IRC based DNS queries BUILD_DEPENDS= p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP \ p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::QueryDNS.3 post-install: .ifndef(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile index 67f5808d3a0c..3e3808e632ea 100644 --- a/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile @@ -1,37 +1,34 @@ -# New ports collection makefile for: p5-POE-Component-IRC-Plugin-QueryDNSBL -# Date created: 20.06.2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= POE-Component-IRC-Plugin-QueryDNSBL PORTVERSION= 1.04 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= A POE::Component::IRC plugin for IRC based DNSBL queries BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \ p5-POE-Component-Client-DNSBL>=0.06:${PORTSDIR}/dns/p5-POE-Component-Client-DNSBL \ p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP RUN_DEPENDS:= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \ p5-POE-Component-Client-DNSBL>=0.06:${PORTSDIR}/dns/p5-POE-Component-Client-DNSBL \ p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::QueryDNSBL.3 post-install: .ifndef(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include diff --git a/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile b/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile index 519b6677af5d..d71ef473b347 100644 --- a/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile @@ -1,40 +1,37 @@ -# New ports collection makefile for: p5-POE-Component-IRC-Plugin-RSS-Headlines -# Date created: 20.06.2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= POE-Component-IRC-Plugin-RSS-Headlines PORTVERSION= 1.08 PORTREVISION= 1 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= A POE::Component::IRC plugin that provides RSS headline retrieval BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=5.07:${PORTSDIR}/irc/p5-POE-Component-IRC \ p5-POE-Component-Client-HTTP>=0.73:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \ p5-XML-RSS>=1.1:${PORTSDIR}/textproc/p5-XML-RSS \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message RUN_DEPENDS:= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=5.07:${PORTSDIR}/irc/p5-POE-Component-IRC \ p5-POE-Component-Client-HTTP>=0.73:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \ p5-XML-RSS>=1.1:${PORTSDIR}/textproc/p5-XML-RSS \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::RSS::Headlines.3 post-install: .ifndef(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include diff --git a/irc/p5-POE-Component-Server-IRC/Makefile b/irc/p5-POE-Component-Server-IRC/Makefile index 03591d8691e9..fde766d2c16b 100644 --- a/irc/p5-POE-Component-Server-IRC/Makefile +++ b/irc/p5-POE-Component-Server-IRC/Makefile @@ -1,40 +1,41 @@ # Created by: Masahiro Teramoto # $FreeBSD$ PORTNAME= POE-Component-Server-IRC PORTVERSION= 1.54 CATEGORIES= irc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HINRIK PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= A fully event-driven networkable IRC server daemon module LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-IRC-Utils>=0.10:${PORTSDIR}/irc/p5-IRC-Utils \ p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-Client-DNS>=1:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ p5-POE-Component-Client-Ident>=1:${PORTSDIR}/net/p5-POE-Component-Client-Ident \ p5-POE-Component-IRC>=6.68:${PORTSDIR}/irc/p5-POE-Component-IRC \ p5-POE-Component-Syndicator>=0.04:${PORTSDIR}/devel/p5-POE-Component-Syndicator \ p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \ p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ p5-POE-Filter-Zlib>0:${PORTSDIR}/archivers/p5-POE-Filter-Zlib BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= pmkpasswd.1 MAN3= POE::Component::Server::IRC.3 \ POE::Component::Server::IRC::Common.3 \ POE::Component::Server::IRC::Plugin.3 \ POE::Component::Server::IRC::Plugin::Auth.3 \ POE::Component::Server::IRC::Plugin::OperServ.3 \ POE::Component::Server::IRC::Backend.3 .include diff --git a/irc/p5-POE-Filter-IRCD/Makefile b/irc/p5-POE-Filter-IRCD/Makefile index 08684767d8c0..b030ad2cf26a 100644 --- a/irc/p5-POE-Filter-IRCD/Makefile +++ b/irc/p5-POE-Filter-IRCD/Makefile @@ -1,23 +1,20 @@ -# New ports collection makefile for: p5-POE-Filter-IRCD -# Date created: 6 May 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= POE-Filter-IRCD PORTVERSION= 2.42 CATEGORIES= irc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= A POE-based parser for the IRC protocol BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Filter::IRCD.3 .include diff --git a/irc/p5-POE-Session-Irssi/Makefile b/irc/p5-POE-Session-Irssi/Makefile index 79a76fc8eeaf..dea9a2e882c1 100644 --- a/irc/p5-POE-Session-Irssi/Makefile +++ b/irc/p5-POE-Session-Irssi/Makefile @@ -1,40 +1,37 @@ -# New ports collection makefile for: p5-POE-Session-Irssi -# Date created: Jul 29 2010 -# Whom: Jase Thew -# +# Created by: Jase Thew # $FreeBSD$ -# PORTNAME= POE-Session-Irssi PORTVERSION= 0.50 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARTIJN PKGNAMEPREFIX= p5- MAINTAINER= jase@FreeBSD.org COMMENT= Emit POE events for Irssi signals LICENSE= GPLv2 BUILD_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \ p5-Sub-Uplevel>0:${PORTSDIR}/devel/p5-Sub-Uplevel \ p5-POE-Loop-Glib>=0.036:${PORTSDIR}/devel/p5-POE-Loop-Glib RUN_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \ p5-Sub-Uplevel>0:${PORTSDIR}/devel/p5-Sub-Uplevel \ p5-POE-Loop-Glib>=0.036:${PORTSDIR}/devel/p5-POE-Loop-Glib \ irssi:${PORTSDIR}/irc/irssi PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Session::Irssi.3 post-install: .ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR} .endif .include diff --git a/irc/tircd/Makefile b/irc/tircd/Makefile index 4f68518b5f43..705f4a4edb67 100644 --- a/irc/tircd/Makefile +++ b/irc/tircd/Makefile @@ -1,50 +1,46 @@ -# New ports collection makefile for: tircd -# Date created: 6th March 2010 -# Whom: Gavin Atkinson -# +# Created by: Gavin Atkinson # $FreeBSD$ -# PORTNAME= tircd PORTVERSION= 0.10 CATEGORIES= irc MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}_v${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= gavin@FreeBSD.org COMMENT= IRC proxy to Twitter RUN_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Time-Local>=0:${PORTSDIR}/devel/p5-Time-Local \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ p5-Net-Twitter-Lite>=0:${PORTSDIR}/net/p5-Net-Twitter-Lite \ p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Filter-IRCD>=0:${PORTSDIR}/irc/p5-POE-Filter-IRCD -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= tircd.1 USE_RC_SUBR= tircd post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} post-patch: ${REINPLACE_CMD} -e '1s,^#!/usr/bin/perl,#!${PREFIX}/bin/perl,' \ -e 's,/etc/tircd.cfg,${PREFIX}/etc/tircd.cfg,g' \ ${WRKSRC}/tircd.pl ${WRKSRC}/tircd.pod pod2man ${WRKSRC}/tircd.pod > ${WRKSRC}/tircd.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tircd.pl ${PREFIX}/bin/tircd.pl ${INSTALL_MAN} ${WRKSRC}/tircd.1 ${MAN1PREFIX}/man/man1/tircd.1 ${INSTALL_DATA} ${WRKSRC}/tircd.cfg.example ${PREFIX}/etc/tircd.cfg.example @if [ ! -f ${PREFIX}/etc/tircd.cfg ]; then \ ${CP} -p ${PREFIX}/etc/tircd.cfg.example ${PREFIX}/etc/tircd.cfg ; \ fi .include