jca c2990d7278 Update to Parse-Yapp-1.21
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.
2017-10-20 13:35:41 +00:00

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>