diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-22 17:07:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-22 17:07:17 +0800 |
commit | 8bc034c58a440f5b4cb030b3806dbebaf726b3da (patch) | |
tree | 2c6992ee29dc0474b9607b6f05ace50f5c48ea8e /textproc | |
parent | 1aa25f1a63dbd6085f7c646f445842ee54f7b127 (diff) | |
download | freebsd-ports-gnome-8bc034c58a440f5b4cb030b3806dbebaf726b3da.tar.gz freebsd-ports-gnome-8bc034c58a440f5b4cb030b3806dbebaf726b3da.tar.zst freebsd-ports-gnome-8bc034c58a440f5b4cb030b3806dbebaf726b3da.zip |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball-Se/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball-Se/Makefile b/textproc/p5-Lingua-Stem-Snowball-Se/Makefile index 6461b1d0aa48..5a0e8f2a8abc 100644 --- a/textproc/p5-Lingua-Stem-Snowball-Se/Makefile +++ b/textproc/p5-Lingua-Stem-Snowball-Se/Makefile @@ -13,7 +13,12 @@ DISTNAME= Snowball-Swedish-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Stemmer for Swedish +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |