summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Reload
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-14 22:54:45 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-14 22:54:45 +0000
commit8894f2316ba1421cf6fdabdb8796a43abef7c28c (patch)
tree79abca75d8c7246c373d7c9ee683e731f326bbbd /www/p5-Apache-Reload
parentUpgrade to 0.31_03. (diff)
Apache::Reload - Reload changed modules.
PR: ports/24344 Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes: svn path=/head/; revision=39862
Diffstat (limited to 'www/p5-Apache-Reload')
-rw-r--r--www/p5-Apache-Reload/Makefile22
-rw-r--r--www/p5-Apache-Reload/distinfo1
-rw-r--r--www/p5-Apache-Reload/pkg-comment1
-rw-r--r--www/p5-Apache-Reload/pkg-descr1
-rw-r--r--www/p5-Apache-Reload/pkg-plist5
5 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-Apache-Reload/Makefile b/www/p5-Apache-Reload/Makefile
new file mode 100644
index 000000000000..0e154aa24d24
--- /dev/null
+++ b/www/p5-Apache-Reload/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Apache::Reload
+# Date created: 15 Jan 2001
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Apache-Reload
+PORTVERSION= 0.06
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Apache
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@protey.ru
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Apache::Reload.3
+
+.include <bsd.port.mk>
diff --git a/www/p5-Apache-Reload/distinfo b/www/p5-Apache-Reload/distinfo
new file mode 100644
index 000000000000..2e80ec7945ad
--- /dev/null
+++ b/www/p5-Apache-Reload/distinfo
@@ -0,0 +1 @@
+MD5 (Apache-Reload-0.06.tar.gz) = 0618887795697291619fc347bdd016af
diff --git a/www/p5-Apache-Reload/pkg-comment b/www/p5-Apache-Reload/pkg-comment
new file mode 100644
index 000000000000..dabe5e48e3b5
--- /dev/null
+++ b/www/p5-Apache-Reload/pkg-comment
@@ -0,0 +1 @@
+Reload changed modules
diff --git a/www/p5-Apache-Reload/pkg-descr b/www/p5-Apache-Reload/pkg-descr
new file mode 100644
index 000000000000..43f4e8cf6da0
--- /dev/null
+++ b/www/p5-Apache-Reload/pkg-descr
@@ -0,0 +1 @@
+Apache::Reload - Reload changed modules
diff --git a/www/p5-Apache-Reload/pkg-plist b/www/p5-Apache-Reload/pkg-plist
new file mode 100644
index 000000000000..4adcec1b7886
--- /dev/null
+++ b/www/p5-Apache-Reload/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Reload/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Apache/Reload.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Reload
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true