opnsense-ports/devel/shtool/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

22 lines
445 B
Makefile

# Created by: Ralf S. Engelschall
# $FreeBSD$
PORTNAME= shtool
PORTVERSION= 2.0.8
CATEGORIES= devel
MASTER_SITES= GNU OSSP/tool/${PORTNAME}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= vd@FreeBSD.org
COMMENT= The GNU Portable Shell Tool
USES= perl5
USE_PERL5= build
GNU_CONFIGURE= yes
regression-test: test
test: build
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
.include <bsd.port.mk>