blob: 9257a0accb154db0875b6c75f9f7a524ea3699d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= shc
PORTVERSION= 4.0.3
PORTREVISION= 1
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 share/man/man1/shc.1.gz
.include <bsd.port.mk>
|