mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
e15d1c5aca
Add a regression test target
22 lines
372 B
Makefile
22 lines
372 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= byacc
|
|
PORTVERSION= 20140715
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Best yacc variant available
|
|
|
|
USES= tar:tgz
|
|
GNU_CONFIGURE= yes
|
|
MAKEFILE= makefile
|
|
|
|
PLIST_FILES= bin/yacc \
|
|
man/man1/yacc.1.gz
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC}; ${MAKE_CMD} check
|
|
|
|
.include <bsd.port.mk>
|