freebsd-ports/textproc/p5-WordNet-QueryData/Makefile
Vanilla I. Shu 7ae2642e04 - from 1.31 to 1.33
- from ChangeLog
    * Update "LOCATING THE WORDNET DATABASE"
      documentation (kudos to Jason R Michelizzi for pointing out that
      this needed updating)

PR:		ports/69198
Submitted by:	maintainer
2004-07-17 16:54:30 +00:00

34 lines
772 B
Makefile

# New ports collection makefile for: p5-WordNet-QueryData
# Date created: 07 July 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= WordNet-QueryData
PORTVERSION= 1.33
PORTREVISION= 0
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WordNet
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= Perl interface to the WordNet database files
LIB_DEPENDS= wn2:${PORTSDIR}/textproc/wordnet
WNHOME?= ${LOCALBASE}/share/WordNet-2.0
PERL_CONFIGURE= yes
CONFIGURE_ENV= WNHOME=${WNHOME}
USE_REINPLACE= yes
MAN3= WordNet::QueryData.3
post-patch:
@${REINPLACE_CMD} -e \
'/wnHomeUnix/s|/usr/local/WordNet-2.0|${WNHOME}|; \
/wnPrefixUnix/s|/dict||' ${WRKSRC}/QueryData.pm
.include <bsd.port.mk>