26 lines
577 B
Makefile
26 lines
577 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.28
|
||
|
CATEGORIES= textproc perl5
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||
|
MASTER_SITE_SUBDIR= WordNet
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
COMMENT= Perl interface to the WordNet database files
|
||
|
|
||
|
LIB_DEPENDS= wn1.7:${PORTSDIR}/textproc/wordnet
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
CONFIGURE_ENV= WNHOME=${LOCALBASE}/share/WordNet-1.7.1
|
||
|
|
||
|
MAN3= WordNet::QueryData.3
|
||
|
|
||
|
.include <bsd.port.mk>
|