aboutsummaryrefslogtreecommitdiffstats
path: root/misc/shc/Makefile
blob: 111923ade5c61e9114bef7f3f55cc7010ad29f46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$

PORTNAME=   shc
PORTVERSION=    3.9.5
CATEGORIES= misc

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Generic script compiler

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/COPYING

GNU_CONFIGURE=  yes
USES=       tar:tgz

USE_GITHUB= yes
GH_ACCOUNT= neurobin

PLIST_FILES=    bin/shc man/man1/shc.1.gz

.include <bsd.port.mk>