Commit graph

13 commits

Author SHA1 Message Date
Adam Weinberger
e2098037aa Remove TEST dependency on p5-Test-Simple when the version in core is
sufficient.

Thanks to az for showing me the light here.
2015-02-26 16:54:41 +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
99a3e8559c Cleanup plist 2014-10-20 07:10:48 +00:00
Andrej Zverev
a6720a4a32 - fix pkg-plist
- add LICENSE
2014-01-30 07:34:25 +00:00
Baptiste Daroussin
5221a9dd7a Support stage 2014-01-20 23:00:56 +00:00
Baptiste Daroussin
7055ff02f1 Add NO_STAGE all over the place in preparation for the staging support (cat: biology) 2013-09-20 15:55:44 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Steve Wills
d00b961fcf - Fix missing DEPENDS to silence build warnings 2011-09-24 20:45:23 +00:00
Steve Wills
03809fed45 - Update to 2.11
Changes:	http://cpansearch.perl.org/dist/Bio-Das-Lite/Changes
2011-05-08 17:06:15 +00:00
Wen Heping
aa13d40cda - Update to 2.10
Changelog: http://search.cpan.org/src/RPETTETT/Bio-Das-Lite-2.10/Changes
2010-11-04 06:24:22 +00:00
Wen Heping
c58b91a232 - Update to 2.04
- Pass maintainership to perl@
Feature safe:	yes
2010-06-22 03:28:49 +00:00
Wen Heping
cf68531462 - Update to 2.03 2010-04-02 09:06:35 +00:00
Wen Heping
69518f2f86 p5-Bio-Das-Lite is an implementation of a client for the DAS protocol (XML
over HTTP primarily for biological-data).

WWW: http://search.cpan.org/dist/Bio-Das-Lite/

Feature safe:	yes
2010-03-01 09:16:25 +00:00