summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorseb <seb>2007-04-22 21:02:25 +0000
committerseb <seb>2007-04-22 21:02:25 +0000
commit220b8a4bce336915087a499633d7af62dd0fc34c (patch)
treef56a99d50bfa626e0917b90d45dd4ecb4d6d274d /devel
parent3ff3dca126f65fdad91f524cc5dbfb0c91d362a2 (diff)
downloadpkgsrc-220b8a4bce336915087a499633d7af62dd0fc34c.tar.gz
Initial import of p5-Module-Starter-PBP version 0.0.3 into The NetBSD
Packages Collection. The Perl 5 module Module::Starter::PBP implements a simple approach to creating modules and their support files, based on the Module::Starter module. When used as a Module::Starter plugin, this module allows you to specify a simple directory of templates which are filled in with module-specific information, and thereafter form the basis of your new module. The default templates that this module initially provides are based on the recommendations in the book "Perl Best Practices" (O'Reilly, 2005).
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Module-Starter-PBP/DESCR12
-rw-r--r--devel/p5-Module-Starter-PBP/Makefile20
-rw-r--r--devel/p5-Module-Starter-PBP/PLIST1
-rw-r--r--devel/p5-Module-Starter-PBP/distinfo5
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/p5-Module-Starter-PBP/DESCR b/devel/p5-Module-Starter-PBP/DESCR
new file mode 100644
index 00000000000..669d779e7f3
--- /dev/null
+++ b/devel/p5-Module-Starter-PBP/DESCR
@@ -0,0 +1,12 @@
+The Perl 5 module Module::Starter::PBP implements a simple approach
+to creating modules and their support files, based on the
+Module::Starter module.
+
+When used as a Module::Starter plugin, this module allows you to
+specify a simple directory of templates which are filled in with
+module-specific information, and thereafter form the basis of your
+new module.
+
+The default templates that this module initially provides are based
+on the recommendations in the book "Perl Best Practices" (O'Reilly,
+2005).
diff --git a/devel/p5-Module-Starter-PBP/Makefile b/devel/p5-Module-Starter-PBP/Makefile
new file mode 100644
index 00000000000..b56189a2626
--- /dev/null
+++ b/devel/p5-Module-Starter-PBP/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:02:25 seb Exp $
+#
+
+DISTNAME= Module-Starter-PBP-v0.0.3
+PKGNAME= p5-Module-Starter-PBP-0.0.3
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Module-Starter-PBP/
+COMMENT= Perl 5 module plugin for Module::Starter module
+
+DEPENDS+= p5-Module-Starter-[0-9]*:../../devel/p5-Module-Starter
+DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Module/Starter/PBP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Module-Starter-PBP/PLIST b/devel/p5-Module-Starter-PBP/PLIST
new file mode 100644
index 00000000000..fbca8ea0ba4
--- /dev/null
+++ b/devel/p5-Module-Starter-PBP/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/22 21:02:25 seb Exp $
diff --git a/devel/p5-Module-Starter-PBP/distinfo b/devel/p5-Module-Starter-PBP/distinfo
new file mode 100644
index 00000000000..55c7b410dc2
--- /dev/null
+++ b/devel/p5-Module-Starter-PBP/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/22 21:02:25 seb Exp $
+
+SHA1 (Module-Starter-PBP-v0.0.3.tar.gz) = c44b2d533acdc7064001b48bb36e1540b285514b
+RMD160 (Module-Starter-PBP-v0.0.3.tar.gz) = f7ad18f3fcea9b7d9d0d4f3eb7435cd673fa7264
+Size (Module-Starter-PBP-v0.0.3.tar.gz) = 8004 bytes