diff options
author | az <az@FreeBSD.org> | 2013-08-07 21:20:32 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-07 21:20:32 +0800 |
commit | e1d59bae7d278db3d48c3da263eeed5ffe98e3bf (patch) | |
tree | 1d8dce4b39a3357f2e6741d55cb1b9a1fa54d346 /sysutils | |
parent | 55cd13e4e11d36f2ede96fa048ad85d6e02b2ba1 (diff) | |
download | freebsd-ports-gnome-e1d59bae7d278db3d48c3da263eeed5ffe98e3bf.tar.gz freebsd-ports-gnome-e1d59bae7d278db3d48c3da263eeed5ffe98e3bf.tar.zst freebsd-ports-gnome-e1d59bae7d278db3d48c3da263eeed5ffe98e3bf.zip |
- Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)
Approved by: lth@ (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-Filesys-DfPortable/Makefile | 3 | ||||
-rw-r--r-- | sysutils/p5-Sys-CpuLoad/Makefile | 3 | ||||
-rw-r--r-- | sysutils/p5-Sys-Syslog/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/p5-Filesys-DfPortable/Makefile b/sysutils/p5-Filesys-DfPortable/Makefile index b6fff581d650..b0a16502e6e1 100644 --- a/sysutils/p5-Filesys-DfPortable/Makefile +++ b/sysutils/p5-Filesys-DfPortable/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Filesys::DfPortable - Perl extension for filesystem disk space information. -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Filesys::DfPortable.3 diff --git a/sysutils/p5-Sys-CpuLoad/Makefile b/sysutils/p5-Sys-CpuLoad/Makefile index 7a01c57da551..cc3c66dd6269 100644 --- a/sysutils/p5-Sys-CpuLoad/Makefile +++ b/sysutils/p5-Sys-CpuLoad/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Perl5 module to retrieve CPU load averages -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::CpuLoad.3 diff --git a/sysutils/p5-Sys-Syslog/Makefile b/sysutils/p5-Sys-Syslog/Makefile index dd555df0ecdd..9ec364d1f70e 100644 --- a/sysutils/p5-Sys-Syslog/Makefile +++ b/sysutils/p5-Sys-Syslog/Makefile @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Perl interface to the UNIX syslog(3) calls -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAKE_JOBS_UNSAFE= yes MAN3= Sys::Syslog.3 |