Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-IPC-ShellCmd / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       IPC-ShellCmd
5 PORTVERSION=    0.005
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:ANDREWF
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     sunpoet@FreeBSD.org
13 COMMENT=        Run a command with a given environment and capture output
14
15 LICENSE=        ART10 GPLv1
16 LICENSE_COMB=   dual
17
18 BUILD_DEPENDS=  p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
19                 sudo:${PORTSDIR}/security/sudo
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21
22 NO_ARCH=        yes
23 USE_PERL5=      configure
24 USES=           perl5
25
26 .include <bsd.port.mk>