2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
2003-07-08 02:31:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= WordNet-QueryData
|
2009-11-20 16:40:58 +01:00
|
|
|
PORTVERSION= 1.49
|
2003-07-08 02:31:30 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-01-09 04:56:05 +01:00
|
|
|
MASTER_SITES= CPAN
|
2003-07-08 02:31:30 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-07-08 02:31:30 +02:00
|
|
|
COMMENT= Perl interface to the WordNet database files
|
|
|
|
|
2013-11-07 04:52:41 +01:00
|
|
|
LIB_DEPENDS= libWN.so:${PORTSDIR}/textproc/wordnet
|
2003-07-08 02:31:30 +02:00
|
|
|
|
2006-01-16 07:21:19 +01:00
|
|
|
WNHOME?= ${LOCALBASE}/share/WordNet
|
2003-07-08 02:54:52 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-07-08 02:54:52 +02:00
|
|
|
CONFIGURE_ENV= WNHOME=${WNHOME}
|
2003-07-08 02:31:30 +02:00
|
|
|
|
2003-07-08 03:28:13 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
2008-03-28 03:26:10 +01:00
|
|
|
'/wnHomeUnix/s|/usr/local/WordNet-3.0|${WNHOME}|; \
|
2003-07-08 03:28:13 +02:00
|
|
|
/wnPrefixUnix/s|/dict||' ${WRKSRC}/QueryData.pm
|
|
|
|
|
2003-07-08 02:31:30 +02:00
|
|
|
.include <bsd.port.mk>
|