1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/textproc/p5-Text-Query/Makefile
Will Andrews 36f8276f2a Add p5-Text-Query 0.07, a perl module implementing a query process
framework.

PR:		23968
Submitted by:	Anton Berezin <tobez@tobez.org>
2000-12-31 05:42:03 +00:00

34 lines
883 B
Makefile

# New ports collection makefile for: textproc/p5-Text-Query
# Date created: 31 December 2000
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= Text-Query
PORTVERSION= 0.07
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@tobez.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= Text::Query.3 Text::Query::Build.3 \
Text::Query::BuildAdvancedString.3 \
Text::Query::BuildSimpleString.3 Text::Query::Optimize.3 \
Text::Query::Parse.3 Text::Query::ParseAdvanced.3 \
Text::Query::ParseSimple.3 Text::Query::Solve.3 \
Text::Query::SolveAdvancedString.3 \
Text::Query::SolveSimpleString.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
pre-patch:
@${PERL} -pi -e 's/factor\(\$$self\)/\&factor(\$$self)/' \
${WRKSRC}/lib/Text/Query/ParseAdvanced.pm
.include <bsd.port.mk>