aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-v6
Commit message (Collapse)AuthorAgeFilesLines
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Update to 0.047Sunpoet Po-Chuan Hsieh2017-02-053-42/+44
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/v6/ChangeLog Notes: svn path=/head/; revision=433365
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-9/+0
| | | | Notes: svn path=/head/; revision=371587
* support STAGEDIR.Vanilla I. Shu2013-11-042-9/+7
| | | | Notes: svn path=/head/; revision=332724
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-7/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - Update to 0.017Cheng-Lung Sung2007-05-302-4/+4
| | | | Notes: svn path=/head/; revision=192357
* - remove ".if ${PERL_LEVEL} < 500600.." stuffCheng-Lung Sung2007-05-011-7/+1
| | | | Notes: svn path=/head/; revision=191269
* - Update to 0.016Cheng-Lung Sung2007-01-023-9/+13
| | | | Notes: svn path=/head/; revision=181241
* - Update to 0.015Cheng-Lung Sung2006-10-082-5/+5
| | | | Notes: svn path=/head/; revision=174982
* - update to 0.014Cheng-Lung Sung2006-08-223-5/+7
| | | | Notes: svn path=/head/; revision=171187
* - update to 0.013Cheng-Lung Sung2006-08-153-4/+7
| | | | Notes: svn path=/head/; revision=170659
* - update to 0.012Cheng-Lung Sung2006-08-092-7/+6
| | | | | | | - to celebrate my no.1500 commits, I'll maintain this port. Notes: svn path=/head/; revision=170172
* Fix PLISTErwin Lansing2006-08-082-0/+2
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=170072
* add p5-v6-alpha 0.011Ying-Chieh Liao2006-08-014-0/+75
An experimental compiler for Perl 6 Notes: svn path=/head/; revision=169285