diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-11-24 18:31:26 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-11-24 18:31:26 +0000 |
commit | 2d35f762962517359d18f67323c5843ebb040dc3 (patch) | |
tree | c681b9f50fb016edd7733aeb3c95659b25fd6c51 | |
parent | 54bada8a92de270a8c30aa969eeff0e553fddd37 (diff) | |
download | FreeBSD-ports-2d35f762962517359d18f67323c5843ebb040dc3.zip FreeBSD-ports-2d35f762962517359d18f67323c5843ebb040dc3.tar.gz |
- Add LICENSE
- Cleanup PLIST
-rw-r--r-- | textproc/p5-Lingua-Ispell/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Lingua-Ispell/pkg-plist | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Lingua-Ispell/Makefile b/textproc/p5-Lingua-Ispell/Makefile index aa9a41c..1e07360 100644 --- a/textproc/p5-Lingua-Ispell/Makefile +++ b/textproc/p5-Lingua-Ispell/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl module that encapsulates access to the Ispell program +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/textproc/p5-Lingua-Ispell/pkg-plist b/textproc/p5-Lingua-Ispell/pkg-plist index 2269bd2..1a23ce8 100644 --- a/textproc/p5-Lingua-Ispell/pkg-plist +++ b/textproc/p5-Lingua-Ispell/pkg-plist @@ -1,6 +1,3 @@ %%SITE_PERL%%/Lingua/Ispell.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Ispell/.packlist %%PERL5_MAN3%%/Lingua::Ispell.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Ispell -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua -@dirrmtry %%SITE_PERL%%/Lingua |