opnsense-ports/textproc/p5-WordNet-QueryData/Makefile
2022-09-07 22:33:21 +02:00

25 lines
574 B
Makefile

PORTNAME= WordNet-QueryData
PORTVERSION= 1.49
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the WordNet database files
WWW= http://www.ai.mit.edu/people/jrennie/WordNet/
LIB_DEPENDS= libWN.so:textproc/wordnet
WNHOME?= ${LOCALBASE}/share/WordNet
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV= WNHOME=${WNHOME}
post-patch:
@${REINPLACE_CMD} -e \
'/wnHomeUnix/s|/usr/local/WordNet-3.0|${WNHOME}|; \
/wnPrefixUnix/s|/dict||' ${WRKSRC}/QueryData.pm
.include <bsd.port.mk>