diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:27:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:27:41 +0000 |
commit | 94f7601273e43def2b3ea22208ebfb08ec7d2ee3 (patch) | |
tree | 6e473a930c60d1c8d5c8a722b75b4e61c883d3e7 /comms/p5-Cisco-UCS | |
parent | d730b150617e040f468ca720d3b105a8bfaba0db (diff) | |
download | freebsd-ports-94f7601273e43def2b3ea22208ebfb08ec7d2ee3.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'comms/p5-Cisco-UCS')
-rw-r--r-- | comms/p5-Cisco-UCS/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/p5-Cisco-UCS/Makefile b/comms/p5-Cisco-UCS/Makefile index b82330346a34..93c10a443c35 100644 --- a/comms/p5-Cisco-UCS/Makefile +++ b/comms/p5-Cisco-UCS/Makefile @@ -19,7 +19,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= Cisco::UCS.3 Cisco::UCS::Blade.3 Cisco::UCS::Chassis.3 \ Cisco::UCS::Common::EthernetPort.3 Cisco::UCS::Common::Fan.3 \ |