8194665aaf
- Add LICENSE Approved by: jadawin@ (mentor)
29 lines
686 B
Makefile
29 lines
686 B
Makefile
# New ports collection makefile for: scnc
|
|
# Date created: 27 April 2008
|
|
# Whom: Sofian Brabez <sbrabez@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scnc
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://gomor.org/files/
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= SSL Capable Netcat
|
|
|
|
LICENSE= BSD
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-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>
|