7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
17 lines
427 B
Makefile
17 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:07 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= MARC-1.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mrc
|
|
PKGREVISION= 2
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MARC/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Perl5 module for manipulating MARC (MAchine Readable Cataloging) data
|
|
|
|
PERL5_PACKLIST= auto/MARC/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|