summaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-Map8/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix stripping wrt PREFIX/LOCALBASEDmitry Marakasov2014-11-181-3/+3
| | | | Notes: svn path=/head/; revision=372731
* - Strip libraryDmitry Marakasov2014-11-181-0/+5
| | | | Notes: svn path=/head/; revision=372728
* Support STAGEDIR.Vanilla I. Shu2013-11-011-4/+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-4/+2
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Add missing BUILD_DEPENDS to quiet build warningsSteve Wills2011-08-171-1/+2
| | | | Notes: svn path=/head/; revision=279936
* - Update to 0.13Philip M. Gollucci2010-02-091-2/+1
| | | | Notes: svn path=/head/; revision=249494
* - fix dependencyYen-Ming Lee2008-10-161-1/+2
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=221656
* - 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
* Reset maintainer:Edwin Groothuis2005-11-141-1/+1
| | | | | | | | <ilia@cgu.chel.su>: Host or domain name not found. Name service error for name=cgu.chel.su type=A: Host found but no data record of requested type Notes: svn path=/head/; revision=148217
* Update to 0.12Mathieu Arnold2003-09-021-5/+3
| | | | | | | | | | | | | Shorten COMMENT use SITE_PERL and %%SITE_PERL%% Add WWW PR: 51567 Submitted by: me Approved by: maintainer timeout (+2 months) Notes: svn path=/head/; revision=88348
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76030
* Fix plist.Jun Kuriyama2001-05-211-0/+1
| | | | | | | | Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> PR: ports/27341 Notes: svn path=/head/; revision=42836
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-5/+2
| | | | Notes: svn path=/head/; revision=38917
* Add p5-Unicode-Map8 0.10, a perl module that implements a class which doesWill Andrews2000-09-201-0/+27
efficient table mappings between 8-bit charsets and 16-bit charsets like Unicode. PR: 21425 Submitted by: Ilia Chipitsine <ilia@jane.cgu.chel.su> Notes: svn path=/head/; revision=32905