c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
31 lines
880 B
Makefile
31 lines
880 B
Makefile
# New ports collection makefile for: p5-Plucene-Simple
|
|
# Date created: 2 August 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Plucene-Simple
|
|
DISTVERSION= 1.04
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:STRYTOAST
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= An interface to Plucene
|
|
|
|
BUILD_DEPENDS= p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \
|
|
p5-Time-Piece-Range>=1.0:${PORTSDIR}/devel/p5-Time-Piece-Range \
|
|
p5-Plucene>=1.09:${PORTSDIR}/textproc/p5-Plucene \
|
|
p5-File-Find-Rule>=0.10:${PORTSDIR}/devel/p5-File-Find-Rule \
|
|
p5-File-Slurp>=2002.1031:${PORTSDIR}/devel/p5-File-Slurp \
|
|
p5-Test-Class>=0.03:${PORTSDIR}/devel/p5-Test-Class
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= YES
|
|
|
|
MAN3= ${PORTNAME:S/-/::/g}.3
|
|
|
|
.include <bsd.port.mk>
|