# New ports collection makefile for: p5-WordNet-Similarity # Date created: 07 July 2003 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= WordNet-Similarity PORTVERSION= 1.04 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WordNet PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Modules/CLI to determine semantic relatedness using the WordNet BUILD_DEPENDS= ${SITE_PERL}/WordNet/QueryData.pm:${PORTSDIR}/textproc/p5-WordNet-QueryData \ ${SITE_PERL}/Text/OverlapFinder.pm:${PORTSDIR}/textproc/p5-Text-Similarity RUN_DEPENDS= ${BUILD_DEPENDS} WNHOME?= ${LOCALBASE}/share/WordNet PERL_CONFIGURE= yes CONFIGURE_ENV= WNHOME=${WNHOME} CONFIGURE_ARGS= .if ${PERL_LEVEL} < 500601 IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again .endif .if ${ARCH} == "sparc64" BROKEN= Does not build on sparc64 .endif .include