05fc5050a8
- Transfer maintainership to perl@ PR: ports/105593 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
37 lines
995 B
Makefile
37 lines
995 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.08
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Search
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Pure perl module to use Hyper Estraier search engine
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
|
${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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww
|
|
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin
|
|
|
|
.include <bsd.port.post.mk>
|