1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/p5-Text-Query/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

32 lines
814 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= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Query processing framework
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
pre-patch:
@${PERL} -pi -e 's/factor\(\$$self\)/\&factor(\$$self)/' \
${WRKSRC}/lib/Text/Query/ParseAdvanced.pm
.include <bsd.port.mk>