diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-16 17:05:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-16 17:05:55 +0000 |
commit | 004cc3dddb99a1f684c9e3ad85b65a584b493c68 (patch) | |
tree | 9980189a4ccc8198012ded973b4c4e13cc1c05f2 /devel/Makefile | |
parent | 1f49d3db1bfcdadef118e6ef7bafdac916c9c57c (diff) |
- Add p5-Module-Build-Tiny 0.017
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
drive distribution configuration, build, test and installation. Traditionally,
Build.PL uses Module::Build as the underlying build system. This module provides
a simple, lightweight, drop-in replacement.
Whereas Module::Build has over 6,700 lines of code; this module has less than
70, yet supports the features needed by most pure-Perl distributions.
WWW: http://search.cpan.org/dist/Module-Build-Tiny/
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=315854
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ecdabd26efb8..a8394a19d70e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2241,6 +2241,7 @@ SUBDIR += p5-Module-Build SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee + SUBDIR += p5-Module-Build-Tiny SUBDIR += p5-Module-CPANTS-Analyse SUBDIR += p5-Module-CPANfile SUBDIR += p5-Module-CheckDeps |