freebsd-ports/devel/p5-Multiplex-CMD/Makefile
Sunpoet Po-Chuan Hsieh 5d9e522494 - Add p5-Multiplex-CMD 0.03
Multiplex::CMD is a Perl module which can be helpful for running some commands
for many hosts.

WWW: http://search.cpan.org/dist/Multiplex-CMD/

PR:		ports/155754
Submitted by:	Andrey Ignatov <rdna@rdna.ru>
2011-04-18 10:05:47 +00:00

28 lines
565 B
Makefile

# New ports collection makefile for: p5-Multiplex-CMD
# Date created: 21 March 2011
# Whom: Andrey Ignatov <rdna@rdna.ru>
#
# $FreeBSD$
#
PORTNAME= Multiplex-CMD
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= rdna@rdna.ru
COMMENT= Perl5 module which provides Multiplexed Fork Client
PERL_CONFIGURE= yes
MAN3= Multiplex::CMD.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
RUN_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
.endif
.include <bsd.port.post.mk>