aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Date-Japanese-Holiday
Commit message (Collapse)AuthorAgeFilesLines
* Add 山の日Jun Kuriyama2016-08-152-1/+19
| | | | Notes: svn path=/head/; revision=420232
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* 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 plistAntoine Brodin2014-11-121-5/+0
| | | | Notes: svn path=/head/; revision=372492
* Restore language specific package prefix. This has been erroneously removedEmanuel Haupt2014-02-061-2/+5
| | | | | | | during the staging conversion. Sorry about the noise. Notes: svn path=/head/; revision=343035
* Remove old-fashioned PKGNAMEPREFIX definitionEmanuel Haupt2014-02-061-5/+2
| | | | Notes: svn path=/head/; revision=343028
* Support staging.Emanuel Haupt2014-02-062-3/+1
| | | | Notes: svn path=/head/; revision=343024
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327410
* - 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
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Remove test only dependencies.Jun Kuriyama2009-12-171-4/+5
| | | | | | | - Use pkgname method to specify dependencies. Notes: svn path=/head/; revision=246027
* - replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ↵Yen-Ming Lee2009-10-261-1/+1
| | | | | | | ${SITE_PERL}/Date/Calc.pm for ${PORTSDIR}/devel/p5-Date-Calc Notes: svn path=/head/; revision=243317
* - 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
* Add p5-Date-Japanese-Holiday 0.05, perl module for Calculate JapaneseJun Kuriyama2006-04-034-0/+46
Holiday. Notes: svn path=/head/; revision=158707