ports/textproc/p5-Search-VectorSpace/Makefile
Po-Chuan Hsieh fd548d4c2c
math/p5-PDL: Move math/PDL to math/p5-PDL
- Bump PORTREVISION of dependent ports for dependency change
2025-01-29 00:16:29 +08:00

21 lines
457 B
Makefile

PORTNAME= Search-VectorSpace
PORTVERSION= 0.02
PORTREVISION= 15
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Very basic vector-space search engine perl module
WWW= https://metacpan.org/release/Search-VectorSpace
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Lingua-Stem>=0:textproc/p5-Lingua-Stem \
p5-PDL>=0:math/p5-PDL
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>