Update to version 0.32;
de-pkg-comment; Remove directories on deinstall.
This commit is contained in:
parent
e51536b08b
commit
4a6f771cfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76267
4 changed files with 5 additions and 3 deletions
|
@ -6,12 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= Net-Z3950
|
||||
PORTVERSION= 0.31
|
||||
PORTVERSION= 0.32
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= http://perl.z3950.org/download/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= A perl interface to the Z39.50 information retrieval protocol
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event
|
||||
LIB_DEPENDS= yaz.1:${PORTSDIR}/net/yaz
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Net-Z3950-0.31.tar.gz) = 7781b5b2b11c48700fa1927f6a5bad3b
|
||||
MD5 (Net-Z3950-0.32.tar.gz) = f07ba44d46357700ef73bf532256f8ad
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
A perl interface to the Z39.50 information retrieval protocol
|
|
@ -10,4 +10,6 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/Record.pm
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/ResultSet.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/Tutorial.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net
|
||||
|
|
Loading…
Reference in a new issue