Changes: http://search.cpan.org/dist/Net-SFTP-Foreign/Changes PR: ports/166145 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Feature safe: yes
32 lines
804 B
Makefile
32 lines
804 B
Makefile
# New ports collection makefile for: Net-SFTP-Foreign
|
|
# Date created: 27 Jun 2006
|
|
# Whom: Simun Mikecin <numisemis@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-SFTP-Foreign
|
|
PORTVERSION= 1.71
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::SFTP::Foreign.3 \
|
|
Net::SFTP::Foreign::Attributes.3 \
|
|
Net::SFTP::Foreign::Attributes::Compat.3 \
|
|
Net::SFTP::Foreign::Buffer.3 \
|
|
Net::SFTP::Foreign::Compat.3 \
|
|
Net::SFTP::Foreign::Constants.3 \
|
|
Net::SFTP::Foreign::Local.3
|
|
|
|
.include <bsd.port.mk>
|