mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
17 lines
325 B
Makefile
17 lines
325 B
Makefile
# Created by: Alexander Kriventsov <avk@vl.ru>
|
|
|
|
PORTNAME= IPC-Session
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
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>
|