forked from Lainports/opnsense-ports
21 lines
340 B
Makefile
21 lines
340 B
Makefile
PORTNAME= shc
|
|
PORTVERSION= 4.0.3
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Generic script compiler
|
|
WWW= https://github.com/neurobin/shc/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:tgz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= neurobin
|
|
|
|
PLIST_FILES= bin/shc man/man1/shc.1.gz
|
|
|
|
.include <bsd.port.mk>
|