4c222e7341
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.
17 lines
536 B
Makefile
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"
|