1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add devel/p5-Hook-LexWrap, a module implementing lexically scoped

subroutine wrappers for Perl.
This commit is contained in:
Anton Berezin 2004-07-07 14:24:49 +00:00
parent 28cb1cffce
commit 6687a7a5c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113145
5 changed files with 41 additions and 0 deletions

View File

@ -789,6 +789,7 @@
SUBDIR += p5-Getopt-Mixed
SUBDIR += p5-Glib2
SUBDIR += p5-Heap
SUBDIR += p5-Hook-LexWrap
SUBDIR += p5-IO
SUBDIR += p5-IO-Multiplex
SUBDIR += p5-IO-String

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Hook-LexWrap
# Date created: Wed Jul 7 2004
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= Hook-LexWrap
PORTVERSION= 0.20
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Hook
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Lexically scoped subroutine wrappers for Perl
PERL_CONFIGURE= yes
MAN3= Hook::LexWrap.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port only support perl 5.6.1 or above
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Hook-LexWrap-0.20.tar.gz) = e3aaeb59a3adddc80ed3867e4d16654e
SIZE (Hook-LexWrap-0.20.tar.gz) = 6369

View File

@ -0,0 +1,4 @@
Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
around an existing subroutine.
WWW: http://search.cpan.org/dist/Hook-LexWrap/

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hook/LexWrap/.packlist
%%SITE_PERL%%/Hook/LexWrap.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hook/LexWrap
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hook 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Hook 2>/dev/null || true