mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
8a4b4aeb1f
commit
3d017a6886
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326522
@ -21,7 +21,8 @@ COMMENT=Display the Entity MIB of an SNMP agent
|
||||
RUN_DEPENDS= p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node \
|
||||
net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
MAN1= entitymib.1
|
||||
|
||||
NO_BUILD= nope
|
||||
|
@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
PLIST_FILES= bin/lla
|
||||
|
||||
EXTRACT_CMD= ${CP}
|
||||
|
@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= jase@FreeBSD.org
|
||||
COMMENT= A Perl5 FTP client class with automatic reconnect on failure
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::FTP::AutoReconnect.3
|
||||
|
||||
|
@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-XML-Atom>=0.37:${PORTSDIR}/textproc/p5-XML-Atom \
|
||||
p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Net::Google::Calendar.3 Net::Google::Calendar::Base.3 \
|
||||
Net::Google::Calendar::Calendar.3 Net::Google::Calendar::Comments.3 \
|
||||
|
@ -35,7 +35,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
|
||||
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::Google::DataAPI.3 \
|
||||
Net::Google::DataAPI::Auth::ClientLogin::Multiple.3 \
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Creates new Net::LDAP::Entry objects for a posixGroup entry
|
||||
|
||||
RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::LDAP::posixGroup.3
|
||||
|
||||
|
@ -19,7 +19,8 @@ RUN_DEPENDS= p5-DateTime-Format-ISO8601>=0.06:${PORTSDIR}/devel/p5-DateTime-Form
|
||||
p5-MooseX-AttributeHelpers>=0.14:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
|
||||
p5-SOAP-Lite>=0.710.08:${PORTSDIR}/net/p5-SOAP-Lite
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::LimeLight::Purge.3 \
|
||||
Net::LimeLight::Purge::Request.3 \
|
||||
|
@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::Nessus::XMLRPC.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sem@FreeBSD.org
|
||||
COMMENT= A perl module to check a remote host for reachability
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::Ping.3
|
||||
|
||||
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
COMMENT= Perl extension for sending syslog messages to a remote syslogd
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::Syslog.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= Read tcpdump/libpcap network packet logs
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::TcpDumpLog.3
|
||||
|
||||
|
@ -30,7 +30,8 @@ RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-Net-OAuth>=0.25:${PORTSDIR}/net/p5-Net-OAuth \
|
||||
p5-Crypt-SSLeay>=0.5:${PORTSDIR}/security/p5-Crypt-SSLeay
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
MAN3= Net::Twitter::Lite.3 Net::Twitter::Lite::API::V1.3 \
|
||||
Net::Twitter::Lite::API::V1_1.3 Net::Twitter::Lite::Error.3 \
|
||||
Net::Twitter::Lite::WithAPIv1_1.3
|
||||
|
@ -16,7 +16,8 @@ COMMENT= Modules to assemble/disassemble network packets at the protocol level
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= NetPacket.3 NetPacket::ARP.3 NetPacket::Ethernet.3 \
|
||||
NetPacket::ICMP.3 NetPacket::IGMP.3 NetPacket::UDP.3\
|
||||
|
@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-POE-Server-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Server-TCP
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= POE::Component::Client::Ident.3 \
|
||||
POE::Component::Client::Ident::Agent.3 \
|
||||
|
@ -20,7 +20,8 @@ RUN_DEPENDS= \
|
||||
p5-Data-SExpression>=0.41:${PORTSDIR}/devel/p5-Data-SExpression
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= RPC::EPC::Service.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
COMMENT= IPv6 related part of the C socket.h defines and structure manipulators
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
CONFIGURE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
|
||||
PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/Socket6.pm \
|
||||
|
@ -17,7 +17,8 @@ COMMENT= A system for bookmarking URIs using ZConf
|
||||
|
||||
RUN_DEPENDS= p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= ZConf::Bookmarks.3
|
||||
|
||||
|
@ -14,7 +14,7 @@ RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ENV= --with-debug-lvl=3
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
MAN8= rude.8 crude.8
|
||||
|
@ -13,7 +13,8 @@ COMMENT= SIP call flow creator (HTML format)
|
||||
LICENSE= AL2
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user