2003-07-08 02:31:30 +02:00
|
|
|
# New ports collection makefile for: p5-WordNet-QueryData
|
|
|
|
# Date created: 07 July 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $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-
|
|
|
|
|
2004-08-20 04:56:44 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-07-08 02:31:30 +02:00
|
|
|
COMMENT= Perl interface to the WordNet database files
|
|
|
|
|
2006-01-16 07:21:19 +01:00
|
|
|
LIB_DEPENDS= WN.2:${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
|
|
|
|
2003-07-08 02:31:30 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2003-07-08 02:54:52 +02:00
|
|
|
CONFIGURE_ENV= WNHOME=${WNHOME}
|
2003-07-08 02:31:30 +02:00
|
|
|
|
|
|
|
MAN3= WordNet::QueryData.3
|
|
|
|
|
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>
|