6d94fd8e00
Approved by: portmgr (blanket infrastructure)
21 lines
486 B
Makefile
21 lines
486 B
Makefile
# Created by: Simun Mikecin <numisemis@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-SFTP-Foreign
|
|
PORTVERSION= 1.73
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= numisemis@yahoo.com
|
|
COMMENT= Net::SFTP::Foreign - Secure File Transfer Protocol client
|
|
|
|
BUILD_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|