aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-DOM/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* - add stage supportaz2014-01-301-14/+0
| | | | Approved by: portmgr (blanket infrastructure)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - convert to the new perl5 frameworkaz2013-09-111-6/+2
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-031-4/+4
| | | | | PR: ports/168626 Approved by: maintainer (kuriyama@ via email)
* - Use SITE_PERL directlysunpoet2011-08-151-6/+4
| | | | | | PR: ports/158988 Submitted by: sunpoet (myself) Approved by: kuriyama (maintainer timeout, 4 weeks)
* - Remove conditional checks for FreeBSD 5.x and olderwxs2009-01-071-8/+1
| | | | Approved by: pav
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* Fix incorrect regexp substitution on 4.x.kuriyama2005-08-301-1/+1
| | | | Reported by: pav
* Update to 1.44.kuriyama2005-08-281-1/+1
|
* Upgrade to 1.43.kuriyama2003-11-041-1/+1
| | | | Submitted by: foxfair
* utilize SITE_PERLijliao2003-10-241-2/+1
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Upgrade to 1.42.kuriyama2003-04-081-1/+1
|
* de-pkg-comment.kuriyama2003-02-221-0/+1
|
* Upgrade to 1.39.kuriyama2002-07-061-2/+3
| | | | | PR: ports/40178 Submitted by: Erwin Lansing <erwin@lansing.dk>
* o Add dependency on p5-XML-RegExp.kuriyama2001-12-311-2/+14
| | | | | | o Add dependency on p5-libwww which is optional but major function parsefile() requires it. o Patching XML/DOM.pm if ${PERL} is older than 5.6.0.
* Upgrade to v1.35.kuriyama2001-12-301-2/+13
|
* More style fixes for ports/textproc.olgeni2001-02-061-1/+1
|
* Use $PERL_CONFIGURE.kuriyama2001-01-081-4/+1
|
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-171-4/+4
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* s/MASTER_SITE_CPAN/MASTER_SITE_PERL_CPAN/kuriyama1999-11-101-1/+1
|
* Perl module for building DOM Level 1 compliant document structureskuriyama1999-11-071-0/+27