Files
ports/net/p5-Net-SSH2/Makefile
T
2021-01-03 20:24:08 +00:00

31 lines
607 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= Net-SSH2
PORTVERSION= 0.72
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Support for the SSH 2 protocol via libSSH2
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LIB_DEPENDS= libssh2.so:security/libssh2
USES= localbase perl5
USE_PERL5= configure
PORTEXAMPLES= example/*
OPTIONS_DEFINE= EXAMPLES
OPTIONS_SUB= yes
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>