New releases after ~15 years. The main reason is probably to address the "unescaped left curly braces" warning in perl regular expressions, which should become fatal soon.
17 lines
318 B
Makefile
17 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.3 2017/10/20 13:35:41 jca Exp $
|
|
|
|
COMMENT = compiles yacc-like LALR grammars to Perl OO parser modules
|
|
|
|
DISTNAME = Parse-Yapp-1.21
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Jeremie Courreges-Anglas <jca@wxcvbn.org>
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|