aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Dict/Makefile
blob: 78498dd498d2a29eb88bd7f4264fcbfce090938a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
# $FreeBSD$

PORTNAME=   Net-Dict
PORTVERSION=    2.16
CATEGORIES= net perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:NEILB
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Simple client API for the DICT protocol

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

USE_PERL5=  configure
USES=       perl5

post-patch:
    @${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

.include <bsd.port.mk>