summaryrefslogtreecommitdiff
path: root/net/p5-Net-Dict/Makefile
blob: 59e767f539d39794f8458ac11c42d9743f68e2e3 (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
25
26
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>

PORTNAME=	Net-Dict
PORTVERSION=	2.22
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

TEST_DEPENDS=	p5-Test-Differences>=0.620:devel/p5-Test-Differences \
		p5-Test-RequiresInternet>=0.05:devel/p5-Test-RequiresInternet

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

post-patch:
	@${CP} ${FILESDIR}/test_host.cfg ${WRKSRC}/t/test_host.cfg

.include <bsd.port.mk>