freebsd-ports/devel/p5-Sys-RunAlone/Makefile

23 lines
455 B
Makefile
Raw Normal View History

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