summaryrefslogtreecommitdiff
path: root/www/p5-Apache2-Scoreboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Apache2-Scoreboard/Makefile')
-rw-r--r--www/p5-Apache2-Scoreboard/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/p5-Apache2-Scoreboard/Makefile b/www/p5-Apache2-Scoreboard/Makefile
deleted file mode 100644
index 3f51ad7f4a2d..000000000000
--- a/www/p5-Apache2-Scoreboard/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: Apache-Scoreboard
-# Date Created: 08 Oct 2003
-# Whom: Trevor S. Cornpropst <tcornpropst@cox.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Apache-Scoreboard
-PORTVERSION= 0.10
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=Apache
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= tcornpropst@cox.net
-COMMENT= Perl interface to the Apache scoreboard structure
-
-.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= Apache::Scoreboard.3
-
-INSTALLS_SHLIB= YES
-
-.include <bsd.port.mk>