mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add textproc/p5-Makefile-Parser 0.11, a Perl module that parses makefiles.
This commit is contained in:
parent
a031a0d8b9
commit
0c3674981c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159320
@ -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
|
||||
|
28
textproc/p5-Makefile-Parser/Makefile
Normal file
28
textproc/p5-Makefile-Parser/Makefile
Normal 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>
|
3
textproc/p5-Makefile-Parser/distinfo
Normal file
3
textproc/p5-Makefile-Parser/distinfo
Normal 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
|
5
textproc/p5-Makefile-Parser/pkg-descr
Normal file
5
textproc/p5-Makefile-Parser/pkg-descr
Normal 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/
|
5
textproc/p5-Makefile-Parser/pkg-plist
Normal file
5
textproc/p5-Makefile-Parser/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user