- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
995f5a5f62
commit
df895bd769
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326573
19 changed files with 34 additions and 19 deletions
|
@ -11,7 +11,8 @@ MASTER_SITES= http://www.stearns.org/fanout/ \
|
|||
MAINTAINER= jmohacsi@bsd.hu
|
||||
COMMENT= Tool to run commands on multiple machines
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/fanout bin/fanterm bin/fanmux
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -21,7 +21,8 @@ COMMENT= A periodic command scheduler
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --localstatedir=/var \
|
||||
--with-cflags="${CFLAGS}" \
|
||||
--with-rootname=root --with-rootgroup=wheel \
|
||||
|
|
|
@ -17,7 +17,7 @@ LICENSE= BSD
|
|||
|
||||
PROJECTHOST= gatherit
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
CONFLICTS_INSTALL= harvest-[0-9]*
|
||||
|
||||
|
|
|
@ -16,7 +16,8 @@ MAINTAINER= valerio.daelli@gmail.com
|
|||
COMMENT= El Torito image extractor
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
|
||||
MAN1= jps.1
|
||||
MANCOMPRESSED= yes
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
PLIST_FILES= bin/jps
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \
|
|||
p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
do-install:
|
||||
${INSTALL} -d -m 0755 ${PREFIX}/${PORTNAME}
|
||||
|
|
|
@ -14,7 +14,8 @@ COMMENT= A multi-file tail on both local and remote hosts
|
|||
RUN_DEPENDS= p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \
|
||||
p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
|
|
|
@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
|
|||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= BSD::Jail::Object.3
|
||||
|
||||
|
|
|
@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= A simple Object Orientated Logger
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Log.3
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= culot@FreeBSD.org
|
||||
COMMENT= Detect changes to a file's content or attributes
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Signature.3
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@ LICENSE= GPLv2
|
|||
BUILD_DEPENDS= p5-File-Stat-Bits>0:${PORTSDIR}/sysutils/p5-File-Stat-Bits
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Stat::ModeString.3
|
||||
|
||||
|
|
|
@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kostjnspb@yandex.ru
|
||||
COMMENT= Replicate data sent to a Perl stream
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Tee.3
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= pirzyk@FreeBSD.org
|
||||
COMMENT= Perl extension for statvfs() and fstatvfs()
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Filesys::Statvfs.3
|
||||
|
||||
|
|
|
@ -17,7 +17,8 @@ COMMENT= Simple way to write filesystems in Perl using FUSE
|
|||
|
||||
RUN_DEPENDS= p5-Fuse>=0:${PORTSDIR}/sysutils/p5-Fuse
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Fuse::Simple.3
|
||||
|
||||
|
|
|
@ -18,7 +18,8 @@ COMMENT= Perl module to Retrieve list of filesystems and their properties
|
|||
RUN_DEPENDS= p5-Params-Util>=1.0:${PORTSDIR}/devel/p5-Params-Util
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Sys::Filesystem::Mswin32.3 \
|
||||
Sys::Filesystem.3 \
|
||||
|
|
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= tdb@FreeBSD.org
|
||||
COMMENT= Try every conceivable way to get full hostname
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Sys::Hostname::Long.3
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= jadawin@FreeBSD.org
|
||||
COMMENT= Interface to processor (CPU) information
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Unix::Processors.3 Unix::Processors::Info.3
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ LICENSE= GPLv2
|
|||
|
||||
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
|
|
@ -14,7 +14,8 @@ MASTER_SITES= https://labs.omniti.com/zetaback/tags/1.0/
|
|||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= Zetaback ZFS backup and recovery management system
|
||||
|
||||
USE_PERL5_RUN= YES
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
||||
|
|
Loading…
Reference in a new issue