21 lines
439 B
Makefile
21 lines
439 B
Makefile
# New ports collection makefile for: IPC::System::Simple
|
|
# Date created: 22 Jan 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IPC-System-Simple
|
|
PORTVERSION= 1.18
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to run commands simply with detailed diagnostics
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IPC::System::Simple.3
|
|
|
|
.include <bsd.port.mk>
|