diff options
author | obache <obache> | 2011-05-19 05:31:02 +0000 |
---|---|---|
committer | obache <obache> | 2011-05-19 05:31:02 +0000 |
commit | 4c50e05a27bc16229041af69d5b6aa3b6ec798ba (patch) | |
tree | 98bf813be75232f5176d223a1177a3e95fc6b25a /databases | |
parent | 81a99ae83518bb81dd1d801f6f5e5673bcab1c44 (diff) | |
download | pkgsrc-4c50e05a27bc16229041af69d5b6aa3b6ec798ba.tar.gz |
* Change MASTER_SITES subdir to usual simple one.
* Add missing tail / to HOMEPAGE.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-MARC-XML/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-MARC-XML/Makefile b/databases/p5-MARC-XML/Makefile index dc938a35e5c..fe1312aea9a 100644 --- a/databases/p5-MARC-XML/Makefile +++ b/databases/p5-MARC-XML/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:39:42 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/19 05:31:02 obache Exp $ DISTNAME= MARC-XML-0.92 PKGNAME= p5-${DISTNAME} CATEGORIES= converters perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GM/GMCHARLT/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MARC/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/MARC-XML +HOMEPAGE= http://search.cpan.org/dist/MARC-XML/ COMMENT= Work with MARC data encoded as XML, SAX handler for parsing MARCXML LICENSE= ${PERL5_LICENSE} |