aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-ASCIITable/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Take maintainershipSunpoet Po-Chuan Hsieh2019-02-171-4/+6
| | | | Notes: svn path=/head/; revision=493197
* 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
* Update to 0.22Sunpoet Po-Chuan Hsieh2017-04-081-6/+2
| | | | | | | | | | | - Convert to options target helper - Remove regression-test: - Sort PLIST Changes: http://search.cpan.org/dist/Text-ASCIITable/Changes Notes: svn path=/head/; revision=438017
* Moving maintainership burden onto broader shouldersLars Thegler2017-04-071-1/+1
| | | | Notes: svn path=/head/; revision=437950
* - Fix shebangsDmitry Marakasov2015-05-281-2/+4
| | | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=387753
* This needs Module::BuildMathieu Arnold2015-04-111-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=383777
* 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
* * Convert to stagingMathieu Arnold2014-01-221-12/+7
| | | | | | | | | | * Add license * pet portlint Sponsored by: Absolight Notes: svn path=/head/; revision=340711
* 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-071-1/+2
| | | | | | | | | | | per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer) Notes: svn path=/head/; revision=324352
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-6/+2
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323714
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-0/+3
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-3/+0
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* Update to 0.20Lars Thegler2012-01-041-1/+4
| | | | Notes: svn path=/head/; revision=288499
* - 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
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Fix package buildingLars Thegler2006-07-251-1/+1
| | | | | | | | PR: ports/100791 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=168697
* Update to 0.18. Now requires Perl from ports.Lars Thegler2006-07-171-2/+8
| | | | | | | | PR: ports/100363 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=168103
* Update to 0.17Lars Thegler2005-09-271-1/+13
| | | | Notes: svn path=/head/; revision=143646
* Update to 0.16Lars Thegler2005-09-231-1/+1
| | | | Notes: svn path=/head/; revision=143396
* Add p5-Text-ASCIITable 0.15, create a nice formatted table using ASCIILars Thegler2005-04-201-0/+23
characters. Notes: svn path=/head/; revision=133745