aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RSS-JavaScript/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | 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-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.65Sunpoet Po-Chuan Hsieh2013-10-031-4/+4
| | | | | | | | | | - Add LICENSE - Support STAGEDIR Changes: http://search.cpan.org/dist/XML-RSS-JavaScript/Changes Notes: svn path=/head/; revision=329221
* 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 the new perl5 frameworkAndrej Zverev2013-09-021-6/+3
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=326068
* - Update to 0.64Sahil Tandon2013-09-021-2/+2
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=326066
* - 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
* - Update my MAINTAINER address to sahil@FreeBSD.orgSahil Tandon2010-07-291-1/+1
| | | | Notes: svn path=/head/; revision=258413
* - Update to 0.63Martin Wilke2009-11-211-3/+3
| | | | | | | | | | - Pass maintainership to submitter PR: 140737 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=244594
* - 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.62Erwin Lansing2008-03-181-1/+1
| | | | Notes: svn path=/head/; revision=209328
* - update to 0.61Yen-Ming Lee2007-08-191-9/+4
| | | | Notes: svn path=/head/; revision=197901
* - update to 0.60Yen-Ming Lee2007-01-271-6/+2
| | | | Notes: svn path=/head/; revision=183384
* - update to 0.50Yen-Ming Lee2005-09-241-2/+3
| | | | | | | - assign maintainer to perl@ Notes: svn path=/head/; revision=143493
* - Update to 0.41Lars Thegler2005-04-051-2/+4
| | | | | | | - Remove \r's to please pod2man under Perl 5.005_03 Notes: svn path=/head/; revision=132545
* Unbreak with perl5 from base on 4.x.Volker Stolz2004-05-161-2/+3
| | | | Notes: svn path=/head/; revision=109246
* BROKEN on 4.x: does not compileKris Kennaway2004-02-211-1/+7
| | | | Notes: svn path=/head/; revision=101614
* Add p5-XML-RSS-JavaScript, it is a perl extension to serialize your RSS asFoxfair Hu2003-10-311-0/+24
JavaScript Notes: svn path=/head/; revision=92695