pkgsrc/textproc/p5-Text-Emoticon-MSN/Makefile
minskim dcff344eba Import p5-Text-Emoticon-MSN from pkgsrc-wip. Packaged by Roman Kulik.
Text::Emoticon::MSN is a text filter that replaces text emoticons
like ``:-)'', ``;-P'', etc. to the icons of MSN Messenger, detailed in
http://messenger.msn.com/Resource/Emoticons.aspx
2005-12-02 04:07:57 +00:00

17 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/12/02 04:07:57 minskim Exp $
DISTNAME= Text-Emoticon-MSN-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://cpan.uwinnipeg.ca/dist/Text-Emoticon-MSN
COMMENT= Emoticon filter of MSN Messenger
DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.32}:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Text/Emoticon/MSN/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"