mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
261981113b
PR: 56561 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: maintainer timeout (1 month)
25 lines
524 B
Makefile
25 lines
524 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Parse
|
|
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
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|