forked from Lainports/freebsd-ports
these ports are not used by any other ports anymore Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D2997
25 lines
455 B
Makefile
25 lines
455 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= net-scp
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 11
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Non-interactive SCP processing
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-net-ssh27=2.7.0,2:${PORTSDIR}/security/rubygem-net-ssh27
|
|
|
|
DEPRECATED= not used by other ports anymore
|
|
EXPIRATION_DATE= 2015-07-20
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PORTSCOUT= limit:^1\.1
|
|
|
|
.include <bsd.port.mk>
|