aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Rose-HTML-Objects/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.623Sunpoet Po-Chuan Hsieh2015-03-181-2/+1
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Notes: svn path=/head/; revision=381562
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-8/+1
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* 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
* - Update to 0.621Sunpoet Po-Chuan Hsieh2014-02-151-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Notes: svn path=/head/; revision=344446
* - Update to 0.620Sunpoet Po-Chuan Hsieh2013-12-311-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Notes: svn path=/head/; revision=338231
* support STAGEDIR.Vanilla I. Shu2013-11-071-54/+0
| | | | Notes: svn path=/head/; revision=333117
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Update to 0.619Sunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Notes: svn path=/head/; revision=326600
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 0.618Sunpoet Po-Chuan Hsieh2013-04-161-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Feature safe: yes Notes: svn path=/head/; revision=315842
* - Update to 0.617Sunpoet Po-Chuan Hsieh2013-02-021-8/+10
| | | | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Notes: svn path=/head/; revision=311412
* - Update to 0.616Frederic Culot2012-05-121-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Notes: svn path=/head/; revision=296474
* - Update to 0.615Sunpoet Po-Chuan Hsieh2012-05-021-1/+2
| | | | | | | Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Notes: svn path=/head/; revision=295875
* - Update to 0.614Sunpoet Po-Chuan Hsieh2012-04-031-53/+61
| | | | | | | | | | | | | | - Add LICENSE - Add missing dependency: net/p5-URI - Sort *_DEPENDS and MAN3 - Add TEST_DEPENDS - Add PORTSCOUT knob Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Feature safe: yes Notes: svn path=/head/; revision=294152
* - Remove the whitespace in pkg-plist [1]Wen Heping2011-01-111-1/+1
| | | | | | | | | | - Reset maintainer to perl@ PR: ports/153853 [1] Submitted by: az@ [1] Notes: svn path=/head/; revision=267619
* - Fix a typoWen Heping2010-11-191-1/+1
| | | | Notes: svn path=/head/; revision=264796
* Rose::HTML::Objects is a framework for creating a reusable set of HTMLWen Heping2010-11-191-0/+83
widgets as mutable Perl objects that can be serialized to HTML or XHTML for display purposes. The Rose::HTML::Object class may be used directly to represent a generic tag with an explicitly set element name and arbitrary attributes. There are also methods for parent/child manipulation. WWW: http://search.cpan.org/dist/Rose-HTML-Objects Notes: svn path=/head/; revision=264794