mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
28 lines
555 B
Makefile
28 lines
555 B
Makefile
# Created by: 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= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
|
|
p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= shebangfix
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/scnc
|
|
SHEBANG_FILES= scnc
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|