mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
704a7de7ca
WWW: http://search.cpan.org/dist/IPC-Session/ PR: ports/147286 Submitted by: Alexander Kriventsov <avk at vl.ru>
22 lines
414 B
Makefile
22 lines
414 B
Makefile
# New ports collection makefile for: p5-IPC-Session
|
|
# Date created: 01 Jun 2010
|
|
# Whom: Alexander Kriventsov <avk@vl.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IPC-Session
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= avk@vl.ru
|
|
COMMENT= Drive ssh or other interactive shell, local or remote (like 'expect')
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IPC::Session.3
|
|
|
|
.include <bsd.port.mk>
|