freebsd-ports/net/p5-Net-Dict/Makefile
Sunpoet Po-Chuan Hsieh 6bff50c6d4 - Update to 2.18
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Net-Dict/Changes
2014-06-26 11:57:37 +00:00

26 lines
608 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
# $FreeBSD$
PORTNAME= Net-Dict
PORTVERSION= 2.18
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
TEST_DEPENDS= p5-Test-Differences>=0.620:${PORTSDIR}/devel/p5-Test-Differences
USE_PERL5= configure
USES= perl5
post-patch:
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
@${ECHO_CMD} '$$HOST = "test.dict.org"; $$PORT = 2628;' > ${WRKSRC}/t/test_host.cfg
.include <bsd.port.mk>