freebsd-ports/textproc/p5-Makefile-Parser/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

34 lines
972 B
Makefile

# 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.211
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/A/AG/AGENT
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Makefile::Parser - A Simple Parser for Makefiles
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
p5-Class-Trigger>=0.13:${PORTSDIR}/devel/p5-Class-Trigger \
p5-Makefile-DOM>=0.003:${PORTSDIR}/textproc/p5-Makefile-DOM
PERL_CONFIGURE= 5.6.1+
MAN1= makesimple.1 \
pgmake-db.1 \
plmake.1
MAN3= Makefile::AST.3 \
Makefile::AST::Evaluator.3 \
Makefile::Parser.3 \
Makefile::Parser::GmakeDB.3
.include <bsd.port.mk>