mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
83e7020db4
PR: ports/136930 Submitted by: Sofian Brabez <sbrabez gmail.com> (maintainer)
28 lines
728 B
Makefile
28 lines
728 B
Makefile
# New ports collection makefile for: scnc
|
|
# Date created: 27 April 2008
|
|
# Whom: Sofian Brabez <sbrabez@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scnc
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://gomor.org/files/
|
|
|
|
MAINTAINER= sbrabez@gmail.com
|
|
COMMENT= SSL Capable Netcat
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \
|
|
${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|