summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Tags/Makefile
blob: 5c9fe973f66f9a56a3fd9eb2d7736dca0ea303f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	p5-Text-Tags
# Date created:		2006-07-10
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	Text-Tags
PORTVERSION=	0.04
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@gslin.org
COMMENT=	Parses folksonomy space-separated tags

PERL_CONFIGURE=	yes

MAN3=		Text::Tags.3 Text::Tags::Parser.3

.include <bsd.port.mk>