1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/misc/shc/Makefile
2017-06-06 07:31:46 +00:00

23 lines
364 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= shc
PORTVERSION= 3.9.6
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>