1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/scnc/Makefile
Philippe Audeoud 83e7020db4 - Update to 1.04
PR:		ports/136930
Submitted by:	Sofian Brabez <sbrabez gmail.com> (maintainer)
2009-07-20 13:32:03 +00:00

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>