4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# New ports collection makefile for: p5-Parse-Yapp
|
|
# Date created: 22 September 2001
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= yapp.1
|
|
MAN3= Parse::Yapp.3
|
|
|
|
.include <bsd.port.mk>
|