7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
24 lines
833 B
Makefile
24 lines
833 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/05/29 23:37:43 wiz Exp $
|
|
|
|
DISTNAME= Text-Microformat-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Microformat/
|
|
COMMENT= Perl 5 Microformat parser
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Text/Microformat/.packlist
|
|
|
|
DEPENDS+= p5-Class-Accessor>=0.25:../../devel/p5-Class-Accessor
|
|
DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
|
|
DEPENDS+= p5-HTML-Tree>=3.21:../../www/p5-HTML-Tree
|
|
DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
|
|
DEPENDS+= p5-XML-TreeBuilder>=3.09:../../textproc/p5-XML-TreeBuilder
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|