summaryrefslogtreecommitdiff
path: root/lang/perl5/module.mk
AgeCommit message (Expand)AuthorFilesLines
2006-10-04PERL5_CONFIGURE_DIRS may now contain directory names relative torillig1-9/+13
2006-10-04Only do the build and test actions when NO_BUILD does not prevent them.rillig1-6/+8
2006-03-09Make perl5 modules build with pthread library from pkgsrc.itohy1-1/+3
2005-10-19Split out the packlist-handling code from modules.mk into a separatejlam1-41/+2
2005-08-12Restore perllocal.pod-generating behavior of ExtUtils::MakeMakerjlam1-3/+3
2005-08-06Update lang/perl5 to 5.8.7. Changes from version 5.8.6 include updatesjlam1-108/+119
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-3/+5
2005-05-20Move the PLIST_SUBST lines that substitute for PERL5_* variables fromjlam1-5/+1
2005-05-18Goal: Remove USE_PERL5 from pkgsrc.jlam1-1/+5
2005-04-01BUILDING_PERL5 is _always_ defined now, so test for a specific value.heinz1-2/+2
2005-03-24Don't check USE_BUILDLINK3 any more.tv1-6/+2
2005-02-26Enforce the values that PERL5_MODULE_TYPE can take.jlam1-1/+6
2005-02-25Depend on latest p5-Module-Build to get .packlist files.wiz1-2/+2
2005-02-24* Teach devel/p5-Module-Build to write .packlists just like MakeMaker.pmjlam1-9/+16
2005-02-23Remove :Q that broke things, introduced in previous.wiz1-2/+2
2005-02-21Add basic Module::Build support; set PERL5_USES_MODULE_BUILDwiz1-2/+29
2004-07-06Remove references to buildlink2.wiz1-3/+1
2004-07-03Do not unset USE_GCC3, just complain if buildingwiz1-5/+6
2004-06-09PR pkg/25428: Georg Schwarz, remove an extra '\' in front of ${TRUE},xtraeme1-2/+2
2004-05-05Set LC_ALL=C while doing perl5-configure. This fixes the problem thatrecht1-1/+2
2004-01-21Override OPTIMIZE instead of PASTHRU_INC to pass ${CFLAGS} and ${CPPFLAGS}jlam1-3/+3
2004-01-13PERL5_INSTALLARCHLIB is no longer directly set by this file, so create onejlam1-2/+5
2004-01-13module.mk is included by perl5*/Makefile, so be careful not to clutterjlam1-21/+22
2004-01-13The build and install stages require slightly different values forjlam1-2/+14
2004-01-12We need PERL5_INSTALLARCHLIB, so compute its value appropriately.jlam1-2/+2
2004-01-08Fix PLIST issues for perl5 in the overwrite case after removingjlam1-6/+8
2003-12-03On AIX, perl doesn't like building with gcc.erh1-1/+8
2003-11-27It's actually PASTHRU_INC, not INC.jlam1-4/+5
2003-11-25Make PERL5_SUB_* public so that they may be used in buildlink2.mk filesjlam1-39/+2
2003-11-25MakeMaker provides two hooks, INC and OTHERLDFLAGS, to pass options to thejlam1-8/+11
2003-11-25Make PERL5_INSTALLSITELIB, PERL5_INSTALLSITEARCH, etc. public so thatjlam1-4/+4
2003-09-13Final answer to perllocal.pod problem: just remove the file on pkgviewsjlam1-3/+16
2003-09-13Sprinkle .PHONY.jlam1-1/+2
2003-09-13Instead of trying to avoid creating perllocal.pod, go ahead and create it,jlam1-9/+3
2003-09-13Back out INSTALL_TARGET?= pure_install since it will break severaljlam1-2/+2
2003-09-13Rename _PERL5_VAR.* to _PERL5_SITEVAR.* and move them to somewhere globaljlam1-16/+21
2003-09-13Need to override the directory that scripts are installed into. For somejlam1-3/+11
2003-09-13_PERL_{INSTALLSITELIB,etc.} shouldn't be added to MAKEFLAGS since theirjlam1-9/+16
2003-09-13All pkgsrc-installed perl modules are installed in the "site" directories,jlam1-1/+6
2003-09-13Skip appending to perllocal.pod. We don't keep this consistent anywayjlam1-1/+10
2003-09-12Make including module.mk work in a pkgviews world, where perl's PREFIXjlam1-4/+46
2003-08-03Add missing .endif. *sigh*jmmv1-1/+2
2003-08-03Go back to the 'target' conditional. 'commands' fails on the 1.5 branch,jmmv1-3/+4
2003-07-30Use !commands(do-configure) instead of !target(do-configure).jmmv1-2/+2
2003-07-22Let a package override the contents of the do-configure target, if needed.jmmv1-1/+3
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-1/+2
2003-03-05Most, if not all, packages using perl5/module.mk are perl5 modulesseb1-1/+4
2003-02-18It's BUILDLINK_DEPMETHOD.perl that should append "full".jlam1-2/+2
2003-02-18BUILDLINK_DEPENDS.perl was incorrectly set to full; full is not a packagejklos1-2/+2
2003-02-17Require that we use a full dependency on perl when building/installingjlam1-1/+3