freebsd-ports/textproc/p5-Lingua-Stem-Snowball/Makefile
2021-04-06 16:31:07 +02:00

22 lines
463 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
PORTNAME= Lingua-Stem-Snowball
PORTVERSION= 0.952
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl interface to Snowball stemmers
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lingua/Stem/Snowball/Snowball.so
.include <bsd.port.mk>