diff options
author | sno <sno@pkgsrc.org> | 2010-01-16 15:46:59 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-16 15:46:59 +0000 |
commit | 5eba9e8058497db79a24b8a989580196d3f28cbe (patch) | |
tree | 38218dca4d6844df73f302787bb524db1aeb7f94 /devel | |
parent | 3bc0d3a204d2cabc201ea3076bc80b232db66e3d (diff) | |
download | pkgsrc-5eba9e8058497db79a24b8a989580196d3f28cbe.tar.gz |
Importing devel/p5-Module-Install-PadrePlugin version 0.01.
This module adds one directive to Module::Install related to creating and
installing Padre plugins as .par files and two make targets: is_padre_plugin.
If this directive is added to Makefile.PL, two new make targets become
available: plugin and installplugin.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Install-PadrePlugin/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Module-Install-PadrePlugin/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Module-Install-PadrePlugin/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Module-Install-PadrePlugin/DESCR b/devel/p5-Module-Install-PadrePlugin/DESCR new file mode 100644 index 00000000000..b2ceeceb73b --- /dev/null +++ b/devel/p5-Module-Install-PadrePlugin/DESCR @@ -0,0 +1,4 @@ +This module adds one directive to Module::Install related to creating and +installing Padre plugins as .par files and two make targets: is_padre_plugin. +If this directive is added to Makefile.PL, two new make targets become +available: plugin and installplugin. diff --git a/devel/p5-Module-Install-PadrePlugin/Makefile b/devel/p5-Module-Install-PadrePlugin/Makefile new file mode 100644 index 00000000000..ee29cb10151 --- /dev/null +++ b/devel/p5-Module-Install-PadrePlugin/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 15:46:59 sno Exp $ + +DISTNAME= Module-Install-PadrePlugin-0.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Module-Install-PadrePlugin/ +COMMENT= Module::Install support for Padre plugins +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Module-Install>=0.77:../../devel/p5-Module-Install +DEPENDS+= p5-PAR-Dist>=0.17:../../devel/p5-PAR-Dist + +PERL5_PACKLIST= auto/Module/Install/PadrePlugin/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Module-Install-PadrePlugin/distinfo b/devel/p5-Module-Install-PadrePlugin/distinfo new file mode 100644 index 00000000000..73bb2cd489a --- /dev/null +++ b/devel/p5-Module-Install-PadrePlugin/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 15:46:59 sno Exp $ + +SHA1 (Module-Install-PadrePlugin-0.01.tar.gz) = 1b0688067623daa46d0a763ccaf18ed9474c3180 +RMD160 (Module-Install-PadrePlugin-0.01.tar.gz) = b5e90854603b886200f16fc97c7b2304854df1f3 +Size (Module-Install-PadrePlugin-0.01.tar.gz) = 2711 bytes |