summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Emoticon/Makefile
blob: b27b0eccd7102282e02202e294a2e8fca86161a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:56 he Exp $

DISTNAME=       Text-Emoticon-0.04
PKGNAME=        p5-${DISTNAME}
PKGREVISION=	1
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

PKG_DESTDIR_SUPPORT=	user-destdir

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"