blob: b1f97f0d37af3e85021f7e104e36b36159b0a3ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Lingua-EN-Infinitive
PORTVERSION= 1.11
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Determine the infinitive form of a conjugated word
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>
|