aboutsummaryrefslogtreecommitdiff
path: root/net/p5-IPC-Session/Makefile
blob: 53e5777136be5a4e30f3ffa5fb7e8156711b2de9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: 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')

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>