# New ports collection makefile for: p5-WordNet-Similarity # Date created: 07 July 2003 # Whom: Adam Weinberger # # $FreeBSD: ports/textproc/p5-WordNet-Similarity/Makefile,v 1.20 2007/10/17 05:14:24 clsung Exp $ # PORTNAME= WordNet-Similarity PORTVERSION= 2.01 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Modules/CLI to determine semantic relatedness using the WordNet RUN_DEPENDS= ${SITE_PERL}/WordNet/QueryData.pm:${PORTSDIR}/textproc/p5-WordNet-QueryData \ ${SITE_PERL}/Text/OverlapFinder.pm:${PORTSDIR}/textproc/p5-Text-Similarity \ p5-Digest-SHA1>=2.10:${PORTSDIR}/security/p5-Digest-SHA1 BUILD_DEPENDS= ${RUN_DEPENDS} WNHOME?= ${LOCALBASE}/share/WordNet PERL_CONFIGURE= yes CONFIGURE_ENV= WNHOME=${WNHOME} CONFIGURE_ARGS= .if ${ARCH} == "sparc64" BROKEN= Does not build on sparc64 .endif .include