freebsd-ports/devel/p5-Sys-RunAlways/Makefile
Anton Berezin 3f2cacfa8f Add devel/p5-Sys-RunAlways 0.04, a Perl module that makes sure there is
always one invocation of a script active.
2008-11-27 12:42:56 +00:00

22 lines
456 B
Makefile

# New ports collection makefile for: devel/p5-Sys-RunAlways
# Date created: 27 November 2008
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Sys-RunAlways
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Sys
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Make sure there is always one invocation of a script active
PERL_CONFIGURE= yes
MAN3= Sys::RunAlways.3
.include <bsd.port.mk>