Commit graph

11 commits

Author SHA1 Message Date
Dmitry Marakasov
99fce7678e - Fix shebangs
- Add NO_ARCH
- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-30 12:35:29 +00:00
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
b6bb709058 Cleanup plist 2014-10-27 13:00:21 +00:00
Adam Weinberger
403890a688 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:11:40 +00:00
Jase Thew
4f7d21bae8 - Add STAGE support
- pkg-descr: Fix WWW whitespace nit and update URL
2013-10-21 20:18:26 +00:00
Baptiste Daroussin
f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
Andrej Zverev
cd5c31b5c0 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 10:51:10 +00:00
Jase Thew
a6e0039284 Update my maintainer address
Approved by:	flo, culot (mentors)
2012-06-05 09:14:01 +00:00
Steve Wills
6580389e96 - Make use of CPAN:USER macro
- Add LICENSE
- Use versioned checks for (BUILD|RUN)_DEPENDS
- Add installing examples output

PR:		ports/159569
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
2011-08-07 02:59:09 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Martin Wilke
66ff7ae90f This POE::Session subclass helps you integrate POE and Irssi scripting. It
connects the signals and commands handlers you define as POE events with the
Irssi machinery.

WWW:	http://search.cpan.org/dist/POE-Session-Irssi/

PR:		ports/149337
Submitted by:	Jase Thew <freebsd at beardz.net>
2010-08-09 05:33:56 +00:00