mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
e689d7ec65
PR: 102952 Submitted by: gslin@gslin.org
32 lines
848 B
Makefile
32 lines
848 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.25
|
|
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 \
|
|
${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \
|
|
${SITE_PERL}/Params/Check.pm:${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>
|