summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Build
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-29 11:49:06 +0000
committergrant <grant@pkgsrc.org>2003-12-29 11:49:06 +0000
commit093c532a840bf14d4a1252f6da34785959cfad18 (patch)
tree6ce3003cba77c017b808a777ecd5ddcd2db739a4 /devel/p5-Module-Build
parent6fb49b2753509efc448715a3ece1ce42bb135ce2 (diff)
downloadpkgsrc-093c532a840bf14d4a1252f6da34785959cfad18.tar.gz
improve description.
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r--devel/p5-Module-Build/DESCR8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/p5-Module-Build/DESCR b/devel/p5-Module-Build/DESCR
index cad2e03166a..fb98827d2a6 100644
--- a/devel/p5-Module-Build/DESCR
+++ b/devel/p5-Module-Build/DESCR
@@ -1,2 +1,6 @@
-This is a beta version of a new module "Module::Build". It is meant to
-be a replacement for "ExtUtils::MakeMaker".
+Module::Build is a system for building, testing, and installing Perl
+modules. It is meant to be a replacement for ExtUtils::MakeMaker.
+Developers may alter the behavior of the module through subclassing in
+a much more straightforward way than with MakeMaker. It also does not
+require a make on your system - most of the Module::Build code is
+pure-perl and written in a very cross-platform way.