1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add textproc/p5-Makefile-Parser 0.11, a Perl module that parses makefiles.

This commit is contained in:
Anton Berezin 2006-04-11 13:30:05 +00:00
parent a031a0d8b9
commit 0c3674981c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159320
5 changed files with 42 additions and 0 deletions

View File

@ -355,6 +355,7 @@
SUBDIR += p5-Lingua-StopWords
SUBDIR += p5-MARC
SUBDIR += p5-MARC-Record
SUBDIR += p5-Makefile-Parser
SUBDIR += p5-NetAddr-IP-Find
SUBDIR += p5-Number-Format
SUBDIR += p5-PDF-API2

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: textproc/p5-Makefile-Parser
# Date created: 11 April 2006
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Makefile-Parser
PORTVERSION= 0.11
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/A/AG/AGENT
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Makefile::Parser - A Simple Parser for Makefiles
PERL_CONFIGURE= yes
MAN3= Makefile::Parser.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Makefile-Parser-0.11.tar.gz) = 39730533c31b1785a3a2cad1f9348f8f
SHA256 (Makefile-Parser-0.11.tar.gz) = 438487f2e3ea8801e9ab66e8e84061c487fd5e7012f2bebfbee91684a989ca51
SIZE (Makefile-Parser-0.11.tar.gz) = 19083

View File

@ -0,0 +1,5 @@
This is a parser for Makefiles. At this very early stage, the parser
only supports a limited set of features, so it may not recognize some
advanced features provided by certain make tools like GNU make.
WWW: http://search.cpan.org/dist/Makefile-Parser/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Makefile/Parser.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Makefile/Parser/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Makefile/Parser
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Makefile
@dirrmtry %%SITE_PERL%%/Makefile