1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/p5-IPC-Cmd/Makefile
Anton Berezin 50dc1decd3 Update to 0.42.
Changes: http://search.cpan.org/dist/IPC-Cmd/CHANGES

Submitted by:	leeym
PR:		128023
2008-10-17 08:25:39 +00:00

30 lines
694 B
Makefile

# New ports collection makefile for: devel/p5-IPC-Cmd
# Date created: 16 February 2005
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IPC-Cmd
PORTVERSION= 0.42
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Finding and running system commands made easy
PERL_CONFIGURE= yes
MAN3= IPC::Cmd.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
p5-Module-Load-Conditional>=0:${PORTSDIR}/devel/p5-Module-Load-Conditional \
p5-Params-Check>=0.20:${PORTSDIR}/devel/p5-Params-Check
.endif
.include <bsd.port.post.mk>