2002-07-26 01:18:10 +02:00
|
|
|
# New ports collection makefile for: p5-Net-Dict
|
|
|
|
# Date created: 21 July 2002
|
|
|
|
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Dict
|
2011-12-18 20:17:06 +01:00
|
|
|
PORTVERSION= 2.09
|
2002-07-26 01:18:10 +02:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-08-16 11:27:03 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:NEILB
|
2002-07-26 01:18:10 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-08-16 11:27:03 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A simple client API for the DICT protocol
|
2002-07-26 01:18:10 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2011-08-16 11:27:03 +02:00
|
|
|
|
2002-07-26 01:18:10 +02:00
|
|
|
MAN3= Net::Dict.3
|
|
|
|
|
|
|
|
post-patch:
|
2011-12-18 20:17:06 +01:00
|
|
|
@${REINPLACE_CMD} -e '/&configure_testsuite/d; /EXE_FILES/d' ${WRKSRC}/Makefile.PL
|
|
|
|
@${ECHO_CMD} '$$HOST = "test.dict.org"; $$PORT = 2628;' > ${WRKSRC}/t/test_host.cfg
|
2002-07-26 01:18:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|