freebsd-ports/net/p5-Net-Dict/Makefile
Sunpoet Po-Chuan Hsieh bf00bb7f95 - Update to 2.10
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Net-Dict/Changes
2013-07-21 15:40:43 +00:00

25 lines
559 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
# $FreeBSD$
PORTNAME= Net-Dict
PORTVERSION= 2.10
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
PERL_CONFIGURE= yes
MAN3= Net::Dict.3
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>