diff options
author | he <he> | 2008-11-02 22:14:58 +0000 |
---|---|---|
committer | he <he> | 2008-11-02 22:14:58 +0000 |
commit | 09515fd261b0f41c5312f43c9a4a407fbe8b2a53 (patch) | |
tree | c3d9e1d6da2d202ca62b7f4c38278413005610f9 /devel | |
parent | 81b90c51d627336364ff924cd44dae3135f44a43 (diff) | |
download | pkgsrc-09515fd261b0f41c5312f43c9a4a407fbe8b2a53.tar.gz |
Import p5-B-Hooks-EndOfScope version 0.04.
This module allows you to execute code when perl finished compiling
the surrounding scope.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-B-Hooks-EndOfScope/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-B-Hooks-EndOfScope/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-B-Hooks-EndOfScope/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-B-Hooks-EndOfScope/DESCR b/devel/p5-B-Hooks-EndOfScope/DESCR new file mode 100644 index 00000000000..cd6c0139a38 --- /dev/null +++ b/devel/p5-B-Hooks-EndOfScope/DESCR @@ -0,0 +1,2 @@ +This module allows you to execute code when perl finished compiling +the surrounding scope. diff --git a/devel/p5-B-Hooks-EndOfScope/Makefile b/devel/p5-B-Hooks-EndOfScope/Makefile new file mode 100644 index 00000000000..97e07b4c539 --- /dev/null +++ b/devel/p5-B-Hooks-EndOfScope/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/02 22:14:58 he Exp $ +# + +DISTNAME= B-Hooks-EndOfScope-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/B-Hooks-EndOfScope/ +COMMENT= Perl 5 module to execute code after a scope finished compilation + +DEPENDS+= p5-Scope-Guard>0:../../devel/p5-Scope-Guard +DEPENDS+= p5-Sub-Exporter>0:../../devel/p5-Sub-Exporter + +PKG_DESTDIR_SUPPORT= user-destdir + +#USE_LANGUAGES= c +PERL5_PACKLIST= auto/B/Hooks/EndOfScope/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-B-Hooks-EndOfScope/distinfo b/devel/p5-B-Hooks-EndOfScope/distinfo new file mode 100644 index 00000000000..30ce61788f7 --- /dev/null +++ b/devel/p5-B-Hooks-EndOfScope/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/02 22:14:58 he Exp $ + +SHA1 (B-Hooks-EndOfScope-0.04.tar.gz) = 85416947f5536a6415a850edc645806cc416e557 +RMD160 (B-Hooks-EndOfScope-0.04.tar.gz) = 3d16ac3a702a58f2e18cfec7bc8540c84c5d577e +Size (B-Hooks-EndOfScope-0.04.tar.gz) = 14775 bytes |