freebsd-ports/textproc/p5-Lingua-Stem-Ru/Makefile
Sunpoet Po-Chuan Hsieh 61d6b5f937 - Add LICENSE
- Update COMMENT and pkg-descr
- Take maintainership
2014-05-04 12:52:56 +00:00

20 lines
366 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= Lingua-Stem-Ru
PORTVERSION= 0.01
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
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>