freebsd-ports/net/p5-Net-SFTP-Foreign/Makefile
Andrej Zverev 6d94fd8e00 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 17:15:11 +00:00

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>