1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/p5-Catalyst-Plugin-AutoRestart/Makefile
Philip M. Gollucci 76f3222580 - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@
2010-09-24 00:44:29 +00:00

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>