diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-06-30 06:36:53 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-06-30 06:36:53 +0000 |
commit | 8b70757dadf1292e8bf5b4aa9adb96f9be7784d3 (patch) | |
tree | ef6e906338d3c160bfaa0fee03dbbc3f881dfb52 /textproc/p5-WordNet-Similarity/Makefile | |
parent | 5828e503cab694173b094619765eaa11bb74271e (diff) |
- update to 0.15
- changes see
[http://search.cpan.org/~tpederse/WordNet-Similarity-0.15/doc/changelog.pod]
Self Noted: first commit after I got married :-)
Notes
Notes:
svn path=/head/; revision=138223
Diffstat (limited to 'textproc/p5-WordNet-Similarity/Makefile')
-rw-r--r-- | textproc/p5-WordNet-Similarity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-WordNet-Similarity/Makefile b/textproc/p5-WordNet-Similarity/Makefile index 8c4f366e424a..e01acd4b1a5c 100644 --- a/textproc/p5-WordNet-Similarity/Makefile +++ b/textproc/p5-WordNet-Similarity/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WordNet-Similarity -PORTVERSION= 0.13 +PORTVERSION= 0.15 PORTREVISION= 0 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/WordNet/QueryData.pm:${PORTSDIR}/textproc/p5-WordNet RUN_DEPENDS= ${BUILD_DEPENDS} WNHOME?= ${LOCALBASE}/share/WordNet-2.0 +WRKSRC= ${WRKDIR}/${PORTNAME} PERL_CONFIGURE= yes CONFIGURE_ENV= WNHOME=${WNHOME} |