diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-15 17:04:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-15 17:04:06 +0800 |
commit | ca2de2c9342efd1bc59a0a3564b68c315e126674 (patch) | |
tree | 7f65270fa18432ae391547735801b20893495d0e /textproc | |
parent | 50842b4b03cab04071c53a4fd11a1f3d5ca7cb33 (diff) | |
download | freebsd-ports-gnome-ca2de2c9342efd1bc59a0a3564b68c315e126674.tar.gz freebsd-ports-gnome-ca2de2c9342efd1bc59a0a3564b68c315e126674.tar.zst freebsd-ports-gnome-ca2de2c9342efd1bc59a0a3564b68c315e126674.zip |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball-No/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball-No/Makefile b/textproc/p5-Lingua-Stem-Snowball-No/Makefile index 02ca3e1e5b3d..5508fd15e7d8 100644 --- a/textproc/p5-Lingua-Stem-Snowball-No/Makefile +++ b/textproc/p5-Lingua-Stem-Snowball-No/Makefile @@ -9,11 +9,16 @@ MASTER_SITE_SUBDIR= CPAN:ASKSH PKGNAMEPREFIX= p5- DISTNAME= Snowball-Norwegian-${PORTVERSION} +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + MAINTAINER= perl@FreeBSD.org COMMENT= Stemmer for Norwegian USES= perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= bin/stemmer-no.pl +NO_ARCH= yes .include <bsd.port.mk> |