aboutsummaryrefslogtreecommitdiff
path: root/chinese/p5-Date-Chinese/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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 stage.Vanilla I. Shu2013-09-261-3/+0
| | | | Notes: svn path=/head/; revision=328366
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | chinese) Notes: svn path=/head/; revision=327713
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-09-081-2/+2
| | | | | | | | | | 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
* - update to 1.12Yen-Ming Lee2010-11-161-1/+1
| | | | Notes: svn path=/head/; revision=264655
* - remove unnecessary dependencyYen-Ming Lee2008-06-071-2/+0
| | | | Notes: svn path=/head/; revision=214470
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+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
* - remove p5-Test-* from RUN_DEPENDSYen-Ming Lee2006-01-041-1/+0
| | | | Notes: svn path=/head/; revision=152755
* With portmgr hat on, reset bouncing maintainer address (already notedMark Linimon2005-01-291-1/+1
| | | | | | | by leeym in devel/p5-Test-Simple) without prejudice. Notes: svn path=/head/; revision=127625
* Update to 1.10.Yen-Ming Lee2003-06-121-7/+4
| | | | | | | | | | | Add WWW Site. Remove some redundant settings. PR: 5155 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=82859
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76030
* Initial import of p5-Date-Chinese 1.03Kevin Lo2001-08-141-0/+27
This is Perl module to calculate dates in the Chinese calendar PR: 29648 Submitted by: Shell Hung <shell@shellhung.org> Notes: svn path=/head/; revision=46246