aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-PPIx-EditorTools/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.21sunpoet2018-02-041-6/+2
| | | | Changes: http://search.cpan.org/dist/PPIx-EditorTools/Changes
* Update to 0.20sunpoet2018-02-041-7/+13
| | | | | | | | - Add LICENSE_FILE - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/PPIx-EditorTools/Changes
* Fix license information for portgs that use "the same license as Perl".mat2018-02-041-1/+1
| | | | Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.19sunpoet2015-01-191-5/+5
| | | | | | | | | - Add more TEST_DEPENDS - Sort PLIST - Reformat pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/PPIx-EditorTools/Changes
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-261-0/+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
* Reset maintainershipbapt2014-10-171-1/+1
|
* * Convert to stagingmat2014-01-221-12/+0
| | | | | | | * Add license * pet portlint Sponsored by: Absolight
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - convert to the new perl5 frameworkaz2013-09-111-1/+2
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Update MAINTAINER email address for all my portspclin2013-02-131-1/+1
| | | | | | - Convert Makefile header to new style if needed Approved by: swills (mentor)
* - Update to 0.18swills2013-01-191-13/+19
| | | | | | | | | - Change MASTER_SITE_SUBDIR to SZABGAB - Add LICENSE - Give maintainership to submitter PR: ports/175355 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
* - Reassign to the heap at maintainer's requesttabthorpe2012-10-161-6/+2
| | | | | | Approved by: portmgr (implicit) Feature safe: yes Redports: ignore
* - Add TEST_DEPENDS to enable testingswills2012-03-011-0/+2
| | | | Approved by: portmgr (blanket)
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-171-1/+1
| | | | With hat: perl
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-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
* - Update to 0.11pgollucci2010-12-141-1/+1
| | | | | | | | | - Remove MD5 PR: ports/153094 Submitted by: myself (pgollucci) Approved by: cm@therek.net (maintainer) Changes: http://search.cpan.org/dist/PPIx-EditorTools/Changes
* - Update to 0.09miwi2009-09-301-2/+2
| | | | | PR: 139186 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
* - Update to 0.08wxs2009-09-181-2/+2
| | | | | | | PR: ports/138505 Submitted by: Ashish SHUKLA <wahjava@gmail.com> Approved by: Cezary Morga <cm@therek.net> (maintainer) Feature safe: yes
* Base class and utility methods for manipulating Perl via PPI. Pulledamdmi32009-07-151-0/+33
out from the Padre::Task::PPI code. WWW: http://search.cpan.org/dist/PPIx-EditorTools/ PR: 136699 Submitted by: Cezary Morga <cm@therek.net>