jca f1638eddf8 Import p5-Parse-Yapp-1.05, ok sthen@
Triggered by net/samba4 which can make use of it (instead of its bundled
copy).

DESCR:
Parse::Yapp (Yet Another Perl Parser compiler) is a collection of
modules that let you generate and use yacc like thread safe (reentrant)
parsers with perl object oriented interface.

The script yapp is a front-end to the Parse::Yapp module and lets you
easily create a Perl OO parser from an input grammar file.
2015-06-20 15:23:39 +00:00

16 lines
308 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/06/20 15:23:39 jca Exp $
COMMENT = compiles yacc-like LALR grammars to Perl OO parser modules
DISTNAME = Parse-Yapp-1.05
CATEGORIES = devel
MAINTAINER = Jeremie Courreges-Anglas <jca@wxcvbn.org>
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
.include <bsd.port.mk>