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