1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

upgrade to 2.07

PR:		51899
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2003-05-12 08:14:08 +00:00
parent 7b3f5df25b
commit e1a8bf755e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80804
4 changed files with 12 additions and 22 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Net-Dict
PORTVERSION= 2.06
PORTVERSION= 2.07
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@ -15,19 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= fuyuki@hadaly.org
COMMENT= A simple client API for the DICT protocol
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net
# if you want to run dict(1):
#RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/AppConfig/Std.pm:${PORTSDIR}/devel/p5-AppConfig-Std
# if you want to run tkdict(1) too:
#RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
BUILD_DEPENDS= ${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN1= dict.1 tkdict.1
MAN3= Net::Dict.3
post-patch:
${PERL} -pi -e 's/^&configure.*$$//' ${WRKSRC}/Makefile.PL
${PERL} -pi -e '$$_="" if /(&configure|EXE_FILES)/' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Net-Dict-2.06.tar.gz) = 69861c93e5b56f5e9c7e0952c6b2bbe6
MD5 (Net-Dict-2.07.tar.gz) = fb57f694455549861c3c602521162956

View File

@ -3,6 +3,3 @@ on network dictionary servers. Net::Dict provides a simple DICT
client API for the network protocol described in RFC2229.
WWW: http://search.cpan.org/search?dist=Net-Dict
- Kimura Fuyuki
fuyuki@hadaly.org

View File

@ -1,8 +1,6 @@
bin/dict
bin/tkdict
lib/perl5/site_perl/%%PERL_VER%%/Net/Dict.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/Dict.pod
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Dict/.packlist
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Dict
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
%%SITE_PERL%%/Net/Dict.pm
%%SITE_PERL%%/Net/Dict.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Dict/.packlist
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Dict
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true