170306f346
-- Parse::RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications.
22 lines
500 B
Makefile
22 lines
500 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/12 16:57:08 avsm Exp $
|
|
|
|
COMMENT= "perl module to generate recursive descent parsers"
|
|
|
|
DISTNAME= Parse-RecDescent-1.80
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.401
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Parse
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|