aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Pugs-Compiler-Rule
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+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-14/+0
| | | | Notes: svn path=/head/; revision=371587
* support STAGEDIR.Vanilla I. Shu2013-11-042-23/+21
| | | | Notes: svn path=/head/; revision=332724
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-2/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Convert to new perl frameworkMathieu Arnold2013-08-021-5/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Add TEST_DEPENDS to enable testingSteve Wills2012-03-031-0/+1
| | | | | | | | | Note: this still fails tests Approved by: portmgr (blanket) Notes: svn path=/head/; revision=292559
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-09-081-1/+1
| | | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat Notes: svn path=/head/; revision=281438
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Fix plist with perl 5.8.9.Anton Berezin2009-01-141-0/+2
| | | | | | | Approved by: portmgr (pav, implicit) Notes: svn path=/head/; revision=226081
* - Update to 0.37Cheng-Lung Sung2008-08-282-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/Pugs-Compiler-Rule/Changes Notes: svn path=/head/; revision=219349
* - Update to 0.28Cheng-Lung Sung2008-04-193-8/+24
| | | | | | | Changes: http://search.cpan.org/dist/Pugs-Compiler-Rule/Changes Notes: svn path=/head/; revision=211563
* - Update to 0.23Cheng-Lung Sung2007-05-302-8/+8
| | | | Notes: svn path=/head/; revision=192359
* - Update to 0.22Cheng-Lung Sung2007-03-283-4/+5
| | | | Notes: svn path=/head/; revision=188623
* - Update to 0.21Cheng-Lung Sung2007-03-263-12/+8
| | | | Notes: svn path=/head/; revision=188343
* - Update to 0.20Cheng-Lung Sung2007-01-022-4/+4
| | | | Notes: svn path=/head/; revision=181242
* - Update to 0.19Cheng-Lung Sung2006-09-283-17/+7
| | | | Notes: svn path=/head/; revision=174010
* - Update to 0.16Cheng-Lung Sung2006-08-222-4/+4
| | | | Notes: svn path=/head/; revision=171186
* - update to 0.14Cheng-Lung Sung2006-08-102-5/+5
| | | | | | | - I'll maintain it. Notes: svn path=/head/; revision=170261
* - update to 0.13Cheng-Lung Sung2006-08-093-6/+11
| | | | Notes: svn path=/head/; revision=170164
* add p5-Pugs-Compiler-Rule 0.12Ying-Chieh Liao2006-08-014-0/+86
Compiler for Perl 6 Rules Notes: svn path=/head/; revision=169273