freebsd-ports/devel/p5-Sys-RunAlone/Makefile
Anton Berezin 91e1aa1042 Update to 0.12.
PR:		167909
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Changes:	http://search.cpan.org/dist/Sys-RunAlone/CHANGELOG
2012-05-21 13:58:16 +00:00

22 lines
455 B
Makefile

# 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.12
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>