aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Declare
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+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
* * Convert to stagingMathieu Arnold2014-01-222-10/+11
| | | | | | | | | | * Add license * pet portlint Sponsored by: Absolight Notes: svn path=/head/; revision=340706
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert to new perl frameworkAndrej Zverev2013-08-051-1/+2
| | | | | | | | | - Trim Makefile header Approved by: tobez@ (maintainer) Notes: svn path=/head/; revision=324276
* Update to 0.46.Anton Berezin2012-12-262-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/Template-Declare/Changes Notes: svn path=/head/; revision=309515
* Update to 0.45.Anton Berezin2011-09-022-10/+11
| | | | | | | Changes: http://search.cpan.org/dist/Template-Declare/Changes Notes: svn path=/head/; revision=281036
* - Update to 0.44Philip M. Gollucci2010-12-272-4/+3
| | | | | | | | | | | | - Remove MD5 PR: ports/153099 Submitted by: myself (pgollucci) Approved by: maintainer timeout (tobez ; 15 days) Changes: http://search.cpan.org/dist/Template-Declare/Changes Notes: svn path=/head/; revision=266989
* - Update to 0.43Philip M. Gollucci2010-01-092-4/+4
| | | | | | | | | PR: ports/141597 Approved by: maintainer timeout (tobez@FreeBSD.org; 25 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=247476
* Update to 0.40.Anton Berezin2009-07-092-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Template-Declare/Changes Notes: svn path=/head/; revision=237479
* Update to 0.39.Anton Berezin2009-04-272-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Template-Declare/Changes Notes: svn path=/head/; revision=232848
* Update to 0.36.Anton Berezin2009-02-102-5/+6
| | | | | | | Changes: http://search.cpan.org/dist/Template-Declare/Changes Notes: svn path=/head/; revision=227987
* Update to 0.30.Anton Berezin2009-01-092-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Template-Declare/Changes Notes: svn path=/head/; revision=225555
* Update to 0.29.Anton Berezin2008-09-032-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Template-Declare/Changes Notes: svn path=/head/; revision=219734
* Update to 0.28.Anton Berezin2008-05-082-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Template-Declare/Changes Notes: svn path=/head/; revision=212824
* - 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
* Update to 0.27.Anton Berezin2007-12-203-9/+23
| | | | | | | Changes: http://search.cpan.org/dist/Template-Declare/Changes Notes: svn path=/head/; revision=204202
* Update to 0.21. This version works with perl5.6.Anton Berezin2007-06-202-11/+5
| | | | | | | Changes: http://search.cpan.org/src/JESSE/Template-Declare-0.21/Changes Notes: svn path=/head/; revision=193934
* Add textproc/p5-Template-Declare 0.07, yet another Perl templatingAnton Berezin2007-04-234-0/+57
module. Notes: svn path=/head/; revision=190708