summaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-DB
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2004-08-11 18:12:01 +0000
committerskv <skv@FreeBSD.org>2004-08-11 18:12:01 +0000
commit33109aad8e5fc464171b2568ea9269be12345e51 (patch)
treecf4c29135b803e9e57cb57d9f0ac68291fc20f33 /www/p5-Apache-DB
parent6b96ce89da89ce4ab4b54386baa5862106571f7a (diff)
downloadFreeBSD-ports-33109aad8e5fc464171b2568ea9269be12345e51.zip
FreeBSD-ports-33109aad8e5fc464171b2568ea9269be12345e51.tar.gz
Add p5-Apache-DB 0.09, debugging and profiling tools for mod_perl.
Diffstat (limited to 'www/p5-Apache-DB')
-rw-r--r--www/p5-Apache-DB/Makefile29
-rw-r--r--www/p5-Apache-DB/distinfo2
-rw-r--r--www/p5-Apache-DB/pkg-descr7
-rw-r--r--www/p5-Apache-DB/pkg-plist10
4 files changed, 48 insertions, 0 deletions
diff --git a/www/p5-Apache-DB/Makefile b/www/p5-Apache-DB/Makefile
new file mode 100644
index 0000000..5391112
--- /dev/null
+++ b/www/p5-Apache-DB/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: Apache-DB
+# Date created: 11 August 2004
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Apache-DB
+PORTVERSION= 0.09
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Apache
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Debugging and profiling tools for mod_perl
+
+PERL_CONFIGURE= yes
+
+MAN3= Apache::DB.3 Apache::DProf.3 Apache::SmallProf.3 \
+ Apache::perl5db.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Devel/DProf.pm:${PORTSDIR}/devel/p5-Devel-DProf
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/www/p5-Apache-DB/distinfo b/www/p5-Apache-DB/distinfo
new file mode 100644
index 0000000..f2d8326
--- /dev/null
+++ b/www/p5-Apache-DB/distinfo
@@ -0,0 +1,2 @@
+MD5 (Apache-DB-0.09.tar.gz) = c5d1fd283177b77c2f3a02ab18bff9ff
+SIZE (Apache-DB-0.09.tar.gz) = 7292
diff --git a/www/p5-Apache-DB/pkg-descr b/www/p5-Apache-DB/pkg-descr
new file mode 100644
index 0000000..79994a6
--- /dev/null
+++ b/www/p5-Apache-DB/pkg-descr
@@ -0,0 +1,7 @@
+This package provides debugging and profiling tools for mod_perl:
+
+ Apache::DB - Hooks for the interactive Perl debugger
+ Apache::DProf - Hooks for Devel::DProf
+ Apache::SmallProf - Hooks for Devel::SmallProf
+
+WWW: http://search.cpan.org/dist/Apache-DB/
diff --git a/www/p5-Apache-DB/pkg-plist b/www/p5-Apache-DB/pkg-plist
new file mode 100644
index 0000000..1fb64ce
--- /dev/null
+++ b/www/p5-Apache-DB/pkg-plist
@@ -0,0 +1,10 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/DB.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/DProf.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/SmallProf.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Apache/perl5db.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/DB.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/DB.so
+@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true
OpenPOWER on IntegriCloud