mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Updated to 1.08
This commit is contained in:
parent
9a79985bd2
commit
c0670972f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76561
5 changed files with 9 additions and 9 deletions
|
@ -6,13 +6,14 @@
|
|||
#
|
||||
|
||||
PORTNAME= XML-NamespaceSupport
|
||||
PORTVERSION= 1.07
|
||||
PORTVERSION= 1.08
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= A simple generic namespace support class
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (XML-NamespaceSupport-1.07.tar.gz) = e06918654a2af7bd643ca08b3cd9542e
|
||||
MD5 (XML-NamespaceSupport-1.08.tar.gz) = 81bd5ae772906d0579c10061ed735dc8
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
A simple generic namespace support class
|
|
@ -2,7 +2,7 @@ This module offers a simple to process namespaced XML names (unames)
|
|||
from within any application that may need them. It also helps maintain
|
||||
a prefix to namespace URI map, and provides a number of basic checks.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=XML-NamespaceSupport
|
||||
WWW: http://search.cpan.org/dist/XML-NamespaceSupport/
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/NamespaceSupport/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/NamespaceSupport.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/NamespaceSupport
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/NamespaceSupport/.packlist
|
||||
%%SITE_PERL%%/XML/NamespaceSupport.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/NamespaceSupport
|
||||
@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
|
||||
|
|
Loading…
Add table
Reference in a new issue