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.
21 lines
609 B
Makefile
21 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.16 2014/05/29 23:35:47 wiz Exp $
|
|
|
|
DISTNAME= Curses-UI-POE-0.035
|
|
PKGNAME= p5-Curses-UI-POE-0.03500
|
|
PKGREVISION= 5
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Curses/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Curses-UI-POE
|
|
COMMENT= Subclass for Curses::UI that enables it to work with POE
|
|
LICENSE= gnu-gpl-v2 OR artistic
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS+= p5-Curses-UI>=0:../../devel/p5-Curses-UI
|
|
|
|
PERL5_PACKLIST= auto/Curses/UI/POE/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|