18 lines
331 B
Makefile
18 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= IPC-System-Simple
|
|
PORTVERSION= 1.21
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to run commands simply with detailed diagnostics
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= IPC::System::Simple.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|