aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-Infinitive/Makefile
blob: 976af2da80e144619058746fc9f532a6f8f99da2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	Lingua::EN::Infinitive
# Date created:				30 Dec 2001
# Whom:					Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#

PORTNAME=	Lingua-EN-Infinitive
PORTVERSION=	1.11
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
EXTRACT_SUFX=	.tgz

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Determine the infinitive form of a conjugated word

PERL_CONFIGURE=	yes

MAN3=		Lingua::EN::Infinitive.3

.include <bsd.port.mk>