23 lines
456 B
Makefile
23 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>
|