d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
19 lines
649 B
Makefile
19 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:16 wiz Exp $
|
|
|
|
DISTNAME= Text-Emoticon-MSN-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Emoticon-MSN/
|
|
COMMENT= Emoticon filter of MSN Messenger
|
|
|
|
DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.32}:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Text-Emoticon>=0.02:../../textproc/p5-Text-Emoticon
|
|
|
|
PERL5_PACKLIST= auto/Text/Emoticon/MSN/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|