freebsd-ports/net/p5-Net-SSH2/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

21 lines
389 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= Net-SSH2
PORTVERSION= 0.58
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Support for the SSH 2 protocol via libSSH2
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LIB_DEPENDS= libssh2.so:security/libssh2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>