diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-14 12:01:19 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-14 12:01:19 +0000 |
commit | 5cd5c67643ecbd1a5b21b348b5599003b9406cc2 (patch) | |
tree | 3a2aa4a2a98db7e2ea27891721368a4a0a375fd6 | |
parent | fc2b027cc04b35946da388bb2a5a9a648730e1a8 (diff) | |
download | ports-5cd5c67643ecbd1a5b21b348b5599003b9406cc2.tar.gz ports-5cd5c67643ecbd1a5b21b348b5599003b9406cc2.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
5 files changed, 46 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 0b3971d0421f..6d08e476d80b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -333,6 +333,7 @@ SUBDIR += p5-AxKit-XSP-Sendmail SUBDIR += p5-AxKit-XSP-Util SUBDIR += p5-AxKit-XSP-WebUtils + SUBDIR += p5-B-LexInfo SUBDIR += p5-Bundle-Slash SUBDIR += p5-Bundle-Sledge SUBDIR += p5-CGI-Application 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 |