freebsd-ports/textproc/p5-Search-Estraier/Makefile
Jun Kuriyama 3dece93ee2 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).

Approved by:	portmgr (itetcu)
2010-01-26 12:36:19 +00:00

30 lines
704 B
Makefile

# New ports collection makefile for: p5-Search-Estraier
# Date created: 2006-07-11
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Search-Estraier
PORTVERSION= 0.09
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Pure perl module to use Hyper Estraier search engine
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Search::Estraier.3
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin
.include <bsd.port.mk>