aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile')
-rw-r--r--www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile b/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile
deleted file mode 100644
index 64289d1dc7f3..000000000000
--- a/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= Sledge-Plugin-SessionAutoCleanup
-PORTVERSION= 0.02
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
-MASTER_SITE_SUBDIR= sledge/2365
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= dhn@FreeBSD.org
-COMMENT= A Sledge plug-in that automatically cleans up old sessions
-
-DEPRECATED= depends on mod_perl 1 which is gone
-EXPIRATION_DATE= 2012-11-28
-
-BUILD_DEPENDS= ${PM_DEPENDS}
-RUN_DEPENDS= ${PM_DEPENDS}
-
-PM_DEPENDS= p5-Sledge>=0:${PORTSDIR}/www/p5-Sledge
-
-PERL_CONFIGURE= yes
-
-MAN3= Sledge::Plugin::SessionAutoCleanup.3
-
-.include <bsd.port.mk>