2008-05-03 11:20:44 +02:00
|
|
|
# New ports collection makefile for: scnc
|
|
|
|
# Date created: 27 April 2008
|
|
|
|
# Whom: Sofian Brabez <sbrabez@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2009-07-02 11:02:31 +02:00
|
|
|
PORTNAME= scnc
|
2011-03-29 12:05:04 +02:00
|
|
|
PORTVERSION= 1.05
|
2009-07-02 11:02:31 +02:00
|
|
|
CATEGORIES= net security
|
|
|
|
MASTER_SITES= http://gomor.org/files/
|
2008-05-03 11:20:44 +02:00
|
|
|
|
2011-03-18 11:04:54 +01:00
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
2009-07-02 11:02:31 +02:00
|
|
|
COMMENT= SSL Capable Netcat
|
2008-05-03 11:20:44 +02:00
|
|
|
|
2011-03-29 12:05:04 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2012-06-29 18:47:42 +02:00
|
|
|
RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
|
|
p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2008-05-03 11:20:44 +02:00
|
|
|
|
2009-07-02 11:02:31 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
NO_BUILD= yes
|
2008-05-03 11:20:44 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|