aboutsummaryrefslogblamecommitdiff
path: root/textproc/p5-WordNet-QueryData/Makefile
blob: c103321e4416f6a734bef499d9e0a07089ea74fb (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
           

                                 
                    
                              
                    

                   
                                

                                                            
                                                     
 
                                          
 

                         
                                
 

                               
                                                                   

                                                                
                      
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$

PORTNAME=	WordNet-QueryData
PORTVERSION=	1.49
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl interface to the WordNet database files

LIB_DEPENDS=	libWN.so:${PORTSDIR}/textproc/wordnet

WNHOME?=	${LOCALBASE}/share/WordNet

USES=		perl5
USE_PERL5=	configure
CONFIGURE_ENV=	WNHOME=${WNHOME}

post-patch:
	@${REINPLACE_CMD} -e  \
		'/wnHomeUnix/s|/usr/local/WordNet-3.0|${WNHOME}|; \
		 /wnPrefixUnix/s|/dict||' ${WRKSRC}/QueryData.pm

.include <bsd.port.mk>