aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* 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
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | 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-261-1/+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
* - Add LICENSEAntoine Brodin2013-11-041-3/+3
| | | | | | | | - Convert to STAGEDIR - Fix plist Notes: svn path=/head/; revision=332754
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | 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
* Unbreak build on Perl 5.14Sergey Skvortsov2012-06-261-0/+4
| | | | | | | (no needs to bump portrevision: only add fresh Module::Install to BUILD_DEPENDS) Notes: svn path=/head/; revision=300043
* - Add missing DEPENDSSteve Wills2012-03-051-2/+5
| | | | | | | | | | - Add TEST_DEPENDS PR: ports/165638 Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=292743
* - Update to 0.08001Martin Wilke2009-04-111-4/+9
| | | | | | | | PR: 133568 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=232091
* Update to 0.08000OKAZAKI Tetsurou2008-06-131-1/+2
| | | | | | | | PR: 124527 Submitted by: Masahiro Teramoto (maintainer) Notes: svn path=/head/; revision=214795
* - 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
* Japan traditionally used an "era" system since 645. In modern daysMartin Wilke2007-06-041-0/+26
(since the Meiji era) eras can only be renewed when a new emperor succeeds his predecessor. Until then new eras were proclaimed for various reasons, including the succession of the shogunate during the Tokugawa shogunate. WWW: http://search.cpan.org/~dmaki/DateTime-Calendar-Japanese-Era-0.07/ PR: ports/113162 Submitted by: Masahiro Teramoto <markun at onohara.to> Notes: svn path=/head/; revision=192677