freebsd-ports/textproc/p5-WordNet-QueryData/Makefile
Vanilla I. Shu 6868295341 Update port: textproc/p5-WordNet-QueryData from 1.28 to 1.31
grab maintainer

PR:		ports/58006
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-14 13:17:03 +00:00

33 lines
760 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.31
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= wn1.7:${PORTSDIR}/textproc/wordnet
WNHOME?= ${LOCALBASE}/share/WordNet-1.7.1
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>