# New ports collection makefile for: p5-WordNet-QueryData # Date created: 07 July 2003 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= WordNet-QueryData PORTVERSION= 1.49 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Perl interface to the WordNet database files LIB_DEPENDS= WN.2:${PORTSDIR}/textproc/wordnet WNHOME?= ${LOCALBASE}/share/WordNet PERL_CONFIGURE= yes CONFIGURE_ENV= WNHOME=${WNHOME} MAN3= WordNet::QueryData.3 post-patch: @${REINPLACE_CMD} -e \ '/wnHomeUnix/s|/usr/local/WordNet-3.0|${WNHOME}|; \ /wnPrefixUnix/s|/dict||' ${WRKSRC}/QueryData.pm .include