18 lines
367 B
Makefile
18 lines
367 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/10/18 17:48:05 espie Exp $
|
|
|
|
COMMENT= perl module to generate recursive descent parsers
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Parse-RecDescent-1.94
|
|
REVISION= 0
|
|
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>
|