1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/p5-System-Command/Makefile
Wen Heping cda1a1ac1e System::Command is a class that launches external system commands
and return an object representing them, allowing to interact with
them through their STDIN, STDOUT and STDERR handles.

WWW: http://search.cpan.org/dist/System-Command/
2011-09-05 06:42:25 +00:00

26 lines
470 B
Makefile

# New ports collection makefile for: devel/p5-System-Command
# Date created: Sep 05, 2011
# Whom: Wen Heping<wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= System-Command
PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BOOK
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Object for running system commands
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= System::Command.3
.include <bsd.port.mk>