freebsd-ports/net/p5-Net-SFTP-Foreign/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

22 lines
478 B
Makefile

# Created by: Simun Mikecin <numisemis@yahoo.com>
# $FreeBSD$
PORTNAME= Net-SFTP-Foreign
PORTVERSION= 1.73
PORTREVISION= 1
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:devel/p5-Sort-Key
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>