pkgsrc/textproc/p5-Text-Emoticon/Makefile
wiz 4c222e7341 Initial import of p5-Text-Emoticon-0.04:
Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set.
It's made to become handy to be used in other applications like
Kwiki/MT plugins.
2007-02-22 12:21:18 +00:00

17 lines
536 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/02/22 12:21:18 wiz Exp $
DISTNAME= Text-Emoticon-0.04
PKGNAME= p5-${DISTNAME}
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/
COMMENT= Emoticon filter class
DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
PERL5_PACKLIST= auto/Text/Emoticon/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"