freebsd-ports/devel/p5-IPC-Cmd/Makefile
Anton Berezin 258284ea30 Update to 0.36.
Parts of PR 105780 by chinsan were used in this commit.
2006-12-02 15:22:54 +00:00

31 lines
834 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.36
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IPC
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= IPC::Cmd - finding and running system commands made easy
RUN_DEPENDS= ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional \
p5-IPC-Run>=0.55:${PORTSDIR}/devel/p5-IPC-Run \
p5-Params-Check>=0.20:${PORTSDIR}/devel/p5-Params-Check
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IPC::Cmd.3
post-patch:
${RM} -f ${WRKSRC}/lib/IPC/Cmd.pm.orig
.include <bsd.port.mk>