Commit graph

8 commits

Author SHA1 Message Date
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
2c8db67726 Cleanup plist 2014-10-20 09:31:33 +00:00
Andrej Zverev
6c49c5cfa7 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 10:27:43 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Andrej Zverev
94f7601273 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:27:41 +00:00
Frederic Culot
6b31f6543b - Update to 0.30 [1]
- Remove leading article from COMMENT

Changes:        http://search.cpan.org/dist/Cisco-UCS/Changes
PR:             ports/176338 [1]
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Approved by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer, via private email)
2013-03-02 08:27:18 +00:00
Frederic Culot
3586b23510 - Update to 0.29 [1]
- Bump PORTEPOCH (pkg_version reports that 0.031 is greater than 0.29)
- Add missing dependency on HTTP::Message
- Add LICENSE (Artistic 1 & GPL1)

PR:		ports/173391 [1]
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer)
Feature safe:	yes
2012-11-27 15:35:57 +00:00
Sunpoet Po-Chuan Hsieh
647ad05c73 - Add p5-Cisco-UCS 0.031
This package provides an abstracted interface to the Cisco UCS Manager XML API
and Cisco UCS Management Information Model.

The Cisco UCS Manager (UCSM) is an embedded software agent providing access to
the hardware and configuration management features of attached Cisco UCS
hardware. The Management Information Model for the UCSM is organised into a
structured heirachy of both physical and virtual objects. Accessing objects
within the heirachy is done through a number of high level calls to heirachy
search and traversal methods

WWW:    http://search.cpan.org/dist/Cisco-UCS/

PR:		ports/166834
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw>
2012-04-24 16:58:57 +00:00