18 lines
371 B
Makefile
18 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.12 2010/12/03 11:44:34 ajacoutot Exp $
|
|
|
|
COMMENT= perl module to generate recursive descent parsers
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Parse-RecDescent-1.94
|
|
REVISION= 1
|
|
CATEGORIES= devel perl5
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|