mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
76f3222580
are part of lang/perl5* pkg-plist - Bump PORTREVISIONs With Hat: perl@
29 lines
800 B
Makefile
29 lines
800 B
Makefile
# New ports collection makefile for: p5-Catalyst-Plugin-AutoRestart
|
|
# Date created: 2008-11-23
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Catalyst-Plugin-AutoRestart
|
|
PORTVERSION= 0.93
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Restart Catalyst when specified memory threshold reached
|
|
|
|
RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \
|
|
p5-Class-Data-Accessor>=0:${PORTSDIR}/devel/p5-Class-Data-Accessor \
|
|
p5-Text-SimpleTable>=0:${PORTSDIR}/textproc/p5-Text-SimpleTable \
|
|
p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Catalyst::Plugin::AutoRestart.3
|
|
|
|
.include <bsd.port.mk>
|