aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Convert-BinHex/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update to 1.125Sunpoet Po-Chuan Hsieh2015-11-201-2/+4
| | | | | | | | | | - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Convert-BinHex/Changes Notes: svn path=/head/; revision=402021
* - Update to 1.124Sunpoet Po-Chuan Hsieh2015-08-221-2/+1
| | | | | | | Changes: http://search.cpan.org/dist/Convert-BinHex/Changes Notes: svn path=/head/; revision=395011
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-2/+1
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-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 Notes: svn path=/head/; revision=373448
* Support STAGEDIR.Vanilla I. Shu2013-11-011-5/+0
| | | | Notes: svn path=/head/; revision=332379
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* Update t 1.123.Anton Berezin2013-09-071-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Convert-BinHex/Changes Notes: svn path=/head/; revision=326589
* - Update to 1.122Sunpoet Po-Chuan Hsieh2013-08-271-1/+4
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Convert-BinHex/Changes Notes: svn path=/head/; revision=325478
* - Update to 1.121Sunpoet Po-Chuan Hsieh2013-08-251-1/+6
| | | | | | | | | | | - Add LICENSE - Update pkg-descr - Add WWW Changes: http://search.cpan.org/dist/Convert-BinHex/Changes Notes: svn path=/head/; revision=325347
* - Update to 1.120Philippe Audeoud2013-08-231-1/+1
| | | | Notes: svn path=/head/; revision=325256
* - 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
* Do not removed directories not owned by the portBaptiste Daroussin2013-03-131-5/+1
| | | | | | | Reported by: pkg DEVELOPER_MODE Notes: svn path=/head/; revision=314058
* Reset j.koopmann@seceidos.de due to maintainer-timeouts and no responseMark Linimon2009-09-161-1/+1
| | | | | | | | | | to email. Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=241542
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.Cheng-Lung Sung2006-06-251-1/+0
| | | | | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin) Notes: svn path=/head/; revision=166317
* Add p5-Convert-BinHex 1.119, perl module to extract data from MacintoshVanilla I. Shu2004-03-241-0/+23
BinHex files. PR: ports/64617 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> Notes: svn path=/head/; revision=105143