freebsd-ports/textproc/p5-Lingua-Stem-Ru/Makefile

21 lines
382 B
Makefile
Raw Normal View History

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
2013-11-07 04:52:41 +01:00
PORTNAME= Lingua-Stem-Ru
PORTVERSION= 0.01
PORTREVISION= 1
2013-11-07 04:52:41 +01:00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Porter stemming algorithm for Russian (KOI8-R only)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
2013-08-02 20:21:05 +02:00
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>