diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:31:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:31:22 +0800 |
commit | 54bada8a92de270a8c30aa969eeff0e553fddd37 (patch) | |
tree | 555fbf1f9257511e595c781455a9081027e5a105 | |
parent | bd6b585abd04b1e4d38d8b725e702972768b87cd (diff) | |
download | freebsd-ports-graphics-54bada8a92de270a8c30aa969eeff0e553fddd37.tar.gz freebsd-ports-graphics-54bada8a92de270a8c30aa969eeff0e553fddd37.tar.zst freebsd-ports-graphics-54bada8a92de270a8c30aa969eeff0e553fddd37.zip |
- Add LICENSE
- Cleanup PLIST
-rw-r--r-- | textproc/p5-Lingua-Ident/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Lingua-Ident/pkg-plist | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Lingua-Ident/Makefile b/textproc/p5-Lingua-Ident/Makefile index 32e84954c57..601ddb3825d 100644 --- a/textproc/p5-Lingua-Ident/Makefile +++ b/textproc/p5-Lingua-Ident/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Statistical language identification +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure USES= perl5 diff --git a/textproc/p5-Lingua-Ident/pkg-plist b/textproc/p5-Lingua-Ident/pkg-plist index d52214803bc..08f9a6d275a 100644 --- a/textproc/p5-Lingua-Ident/pkg-plist +++ b/textproc/p5-Lingua-Ident/pkg-plist @@ -3,6 +3,3 @@ bin/trainlid %%PERL5_MAN3%%/Lingua::Ident.3.gz man/man1/trainlid.1.gz -@dirrmtry %%SITE_PERL%%/Lingua -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Ident -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua |