mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
ed7162ea0a
automatically cleans up old sessions.
30 lines
747 B
Makefile
30 lines
747 B
Makefile
# New ports collection makefile for: p5-Sledge-Plugin-SessionAutoCleanup
|
|
# Date created: 27 February 2003
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sledge-Plugin-SessionAutoCleanup
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= http://downloads.sourceforge.jp/sledge/2365/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= A Sledge plug-in that automatically cleans up old sessions
|
|
|
|
BUILD_DEPENDS= ${PM_DEPENDS}
|
|
RUN_DEPENDS= ${PM_DEPENDS}
|
|
|
|
PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge
|
|
|
|
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sledge::Plugin::SessionAutoCleanup.3
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|