- Convert to new test framework
- Cosmetic change - Reformat pkg-descr - Take maintainership
This commit is contained in:
parent
1ad82e033e
commit
c34e145d0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403391
2 changed files with 6 additions and 9 deletions
|
@ -5,17 +5,15 @@ PORTVERSION= 20150711
|
|||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Best yacc variant available
|
||||
|
||||
USES= tar:tgz
|
||||
GNU_CONFIGURE= yes
|
||||
MAKEFILE= makefile
|
||||
TEST_TARGET= check
|
||||
USES= tar:tgz
|
||||
|
||||
PLIST_FILES= bin/yacc \
|
||||
man/man1/yacc.1.gz
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC}; ${MAKE_CMD} check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
Berkeley Yacc (byacc) is a LALR(1) parser generator. Berkeley Yacc
|
||||
has been made as compatible as possible with AT&T Yacc. Berkeley
|
||||
Yacc can accept any input specification that conforms to the AT&T
|
||||
Yacc documentation.
|
||||
Berkeley Yacc (byacc) is a LALR(1) parser generator. Berkeley Yacc has been made
|
||||
as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input
|
||||
specification that conforms to the AT&T Yacc documentation.
|
||||
|
||||
WWW: http://invisible-island.net/byacc/
|
||||
|
|
Loading…
Reference in a new issue