freebsd-ports/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile
Andrej Zverev e6353d0b3d - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 16:47:42 +00:00

27 lines
649 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= ${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
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>