mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
28 lines
694 B
Makefile
28 lines
694 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Plucene-Simple
|
|
DISTVERSION= 1.04
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:STRYTOAST
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Interface to Plucene
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Time-Piece-Range>=1.0:devel/p5-Time-Piece-Range \
|
|
p5-Plucene>=1.09:textproc/p5-Plucene \
|
|
p5-File-Find-Rule>=0.10:devel/p5-File-Find-Rule \
|
|
p5-File-Slurp>=2002.1031:devel/p5-File-Slurp
|
|
TEST_DEPENDS= p5-Test-Class>=0.03:devel/p5-Test-Class
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|