mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
17 lines
314 B
Makefile
17 lines
314 B
Makefile
# Created by: Michael Lyngbøl <lyngbol@wheel.dk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Parse-Yapp
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lyngbol@wheel.dk
|
|
COMMENT= Perl extension for generating and using LALR parsers
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|