diff options
author | mat <mat@FreeBSD.org> | 2003-10-14 20:01:19 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-14 20:01:19 +0800 |
commit | 4c449a1486865fab10c3ab68046a164805ed7236 (patch) | |
tree | 989e9523e0220eb243ebf288072d4c374a4cbd1a /www/p5-B-LexInfo | |
parent | 2bc9eed7ae1eb8e9d5218c79850058cd2a000567 (diff) | |
download | freebsd-ports-gnome-4c449a1486865fab10c3ab68046a164805ed7236.tar.gz freebsd-ports-gnome-4c449a1486865fab10c3ab68046a164805ed7236.tar.zst freebsd-ports-gnome-4c449a1486865fab10c3ab68046a164805ed7236.zip |
Add p5-B-LexInfo 0.02,
Show information about subroutine lexical variables.
PR: 57921
Submitted by: Trevor S. Cornpropst <tcornpropst@cox.net>
Diffstat (limited to 'www/p5-B-LexInfo')
-rw-r--r-- | www/p5-B-LexInfo/Makefile | 29 | ||||
-rw-r--r-- | www/p5-B-LexInfo/distinfo | 1 | ||||
-rw-r--r-- | www/p5-B-LexInfo/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-B-LexInfo/pkg-plist | 9 |
4 files changed, 45 insertions, 0 deletions
diff --git a/www/p5-B-LexInfo/Makefile b/www/p5-B-LexInfo/Makefile new file mode 100644 index 000000000000..5a44168451f1 --- /dev/null +++ b/www/p5-B-LexInfo/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: B-LexInfo +# Date Created: 08 Oct 2003 +# Whom: Trevor S. Cornpropst <tcornpropst@cox.net> +# +# $FreeBSD$ +# + +PORTNAME= B-LexInfo +PORTVERSION= 0.02 +CATEGORIES= www devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= B +PKGNAMEPREFIX= p5- + +MAINTAINER= tcornpropst@cox.net +COMMENT= Show information about subroutine lexical variables + +.if defined(WITH_MODPERL2) +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 +.else +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl +.endif +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= B::LexInfo.3 Apache::RegistryLexInfo.3 + +.include <bsd.port.mk> diff --git a/www/p5-B-LexInfo/distinfo b/www/p5-B-LexInfo/distinfo new file mode 100644 index 000000000000..f4bb088189fb --- /dev/null +++ b/www/p5-B-LexInfo/distinfo @@ -0,0 +1 @@ +MD5 (B-LexInfo-0.02.tar.gz) = b64f17188683311d70e7992a9dfb3478 diff --git a/www/p5-B-LexInfo/pkg-descr b/www/p5-B-LexInfo/pkg-descr new file mode 100644 index 000000000000..33e0f0c58846 --- /dev/null +++ b/www/p5-B-LexInfo/pkg-descr @@ -0,0 +1,6 @@ +Show information about subroutine lexical variables + +WWW: http://search.cpan.org/dist/B-LexInfo/ + +- Trevor Cornpropst +tcornpropst@cox.net diff --git a/www/p5-B-LexInfo/pkg-plist b/www/p5-B-LexInfo/pkg-plist new file mode 100644 index 000000000000..983d1fcfef0f --- /dev/null +++ b/www/p5-B-LexInfo/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Apache/RegistryLexInfo.pm +%%SITE_PERL%%/%%PERL_ARCH%%/B/LexInfo.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/LexInfo/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/LexInfo/LexInfo.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/LexInfo/LexInfo.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/B/LexInfo +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/B 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/B 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Apache 2>/dev/null || true |