mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
This module allows you to execute code when perl finished compiling the
surrounding scope.
This commit is contained in:
parent
4d7ea5de54
commit
8ae7a102bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222092
@ -956,6 +956,7 @@
|
||||
SUBDIR += p5-B-Deobfuscate
|
||||
SUBDIR += p5-B-Generate
|
||||
SUBDIR += p5-B-Graph
|
||||
SUBDIR += p5-B-Hooks-EndOfScope
|
||||
SUBDIR += p5-B-Keywords
|
||||
SUBDIR += p5-B-Size
|
||||
SUBDIR += p5-B-Utils
|
||||
|
25
devel/p5-B-Hooks-EndOfScope/Makefile
Normal file
25
devel/p5-B-Hooks-EndOfScope/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: devel/p5-B-Hooks-EndOfScope
|
||||
# Date created: 26 Oct 2008
|
||||
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= B-Hooks-EndOfScope
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lbr@FreeBSD.org
|
||||
COMMENT= Execute code after a scope finished compilation
|
||||
|
||||
RUN_DEPENDS= p5-Scope-Guard>0:${PORTSDIR}/devel/p5-Scope-Guard \
|
||||
p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= B::Hooks::EndOfScope.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-B-Hooks-EndOfScope/distinfo
Normal file
3
devel/p5-B-Hooks-EndOfScope/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (B-Hooks-EndOfScope-0.04.tar.gz) = 1705a0643af266ad902f8dda2212dd78
|
||||
SHA256 (B-Hooks-EndOfScope-0.04.tar.gz) = a94083963f0c680e0daaeae71ff38c27cff7ae79dff6bb254b6822b21c960e10
|
||||
SIZE (B-Hooks-EndOfScope-0.04.tar.gz) = 14775
|
4
devel/p5-B-Hooks-EndOfScope/pkg-descr
Normal file
4
devel/p5-B-Hooks-EndOfScope/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module allows you to execute code when perl finished compiling the
|
||||
surrounding scope.
|
||||
|
||||
WWW: http://search.cpan.org/dist/B-Hooks-EndOfScope/
|
7
devel/p5-B-Hooks-EndOfScope/pkg-plist
Normal file
7
devel/p5-B-Hooks-EndOfScope/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/B/Hooks/EndOfScope.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Hooks/EndOfScope/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Hooks/EndOfScope
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Hooks
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/B
|
||||
@dirrmtry %%SITE_PERL%%/B/Hooks
|
||||
@dirrmtry %%SITE_PERL%%/B
|
Loading…
Reference in New Issue
Block a user