aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Module-Build
Commit message (Collapse)AuthorAgeFilesLines
* Use PERL_MODBUILD now that bsd.port.mk has been changed to allow it withoutKris Kennaway2004-04-021-19/+1
| | | | | | | | | | infinite recursion. Submitted by: mat PR: 62422 Notes: svn path=/head/; revision=105949
* Update to 0.24Mathieu Arnold2004-02-262-3/+3
| | | | Notes: svn path=/head/; revision=102191
* Update to 0.23.Mathieu Arnold2004-02-104-29/+21
| | | | | | | Dupplicate some code from bsd.port.mk to have it build the same way as other ports using it. Notes: svn path=/head/; revision=100544
* Add SIZE fieldMathieu Arnold2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99406
* Update to 0.22Mathieu Arnold2004-01-144-3/+19
| | | | Notes: svn path=/head/; revision=98142
* Update to 0.21Mathieu Arnold2003-10-163-4/+5
| | | | Notes: svn path=/head/; revision=91425
* Update to 0.20.02Mathieu Arnold2003-10-072-2/+2
| | | | Notes: svn path=/head/; revision=90513
* Update to 0.20_01Mathieu Arnold2003-09-103-5/+6
| | | | | | | Use a different logic in CONFIGURE_ARGS Notes: svn path=/head/; revision=88946
* Update to 0.20Mathieu Arnold2003-08-272-4/+3
| | | | Notes: svn path=/head/; revision=87778
* Update to 0.19_05Mathieu Arnold2003-08-214-14/+48
| | | | | | | | | | | | Add inc.build.mk which should be used by modules using Module::Build to build so that they respect PREFIX Grab maintainership PR: 55115 Approved by: demon (mentor) Notes: svn path=/head/; revision=87442
* Update to version 0.19.Dmitry Sivachenko2003-07-104-13/+23
| | | | | | | | PR: 54320 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=84609
* Unbreak for perl 5.005.Dmitry Sivachenko2003-07-041-3/+2
| | | | | | | | PR: 53955 Submitted by: Mathieu Arnold <mat@mat.cc> Notes: svn path=/head/; revision=84195
* Requires perl 5.6 or newer.Dmitry Sivachenko2003-07-031-1/+7
| | | | | | | | PR: 53955 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=84157
* New port: Module::Build.Dmitry Sivachenko2003-06-294-0/+46
Module::Build is a means for build and install Perl modules. It is meant to be a replacement for ExtUtils::MakeMaker. Notes: svn path=/head/; revision=83810