pkgsrc/textproc/p5-Text-Emoticon-MSN/Makefile
wiz 5c840a7be1 Update to 0.04:
0.04  Wed Jan 11 10:33:35 UTC 2006
        - Oops, fixed the typo in imgbase default URL

0.03  Wed Jan 11 10:17:37 UTC 2006
        - Now it requires Text::Emoticon 0.03
        - Use MSN site as a default imgbase now
2007-02-22 12:22:59 +00:00

18 lines
626 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/02/22 12:22:59 wiz Exp $
DISTNAME= Text-Emoticon-MSN-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/}
MAINTAINER= kuli0020@umn.edu
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"