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/Makefile | |
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/Makefile')
-rw-r--r-- | www/p5-B-LexInfo/Makefile | 29 |
1 files changed, 29 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> |