7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
19 lines
519 B
Makefile
19 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:39 jlam Exp $
|
|
|
|
DISTNAME= HTML-LinkExtractor-0.121
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~podmaster/${DISTNAME}/
|
|
COMMENT= Extract links from an HTML document
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
EXTRACT_USING= pax
|
|
|
|
PERL5_PACKLIST= auto/HTML/LinkExtractor/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|