diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:31:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:31:39 +0800 |
commit | 025b28235641ef72fca9d92dbcddba1246b16f80 (patch) | |
tree | 530fa2b078ae3c83a22656dd9241082c061470a5 | |
parent | 416e07dd32e56321cee4180e15eee46a714f410d (diff) | |
download | freebsd-ports-gnome-025b28235641ef72fca9d92dbcddba1246b16f80.tar.gz freebsd-ports-gnome-025b28235641ef72fca9d92dbcddba1246b16f80.tar.zst freebsd-ports-gnome-025b28235641ef72fca9d92dbcddba1246b16f80.zip |
- Add LICENSE
- Cleanup PLIST
-rw-r--r-- | textproc/p5-Text-Prefix-XS/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Prefix-XS/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/textproc/p5-Text-Prefix-XS/Makefile b/textproc/p5-Text-Prefix-XS/Makefile index 20472902ea00..0a800fb5a5e0 100644 --- a/textproc/p5-Text-Prefix-XS/Makefile +++ b/textproc/p5-Text-Prefix-XS/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast prefix searching +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Digest-SHA1>=1:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0.108:${PORTSDIR}/devel/p5-Test-Deep diff --git a/textproc/p5-Text-Prefix-XS/pkg-plist b/textproc/p5-Text-Prefix-XS/pkg-plist index f210a1748f50..3b39b55ee8f0 100644 --- a/textproc/p5-Text-Prefix-XS/pkg-plist +++ b/textproc/p5-Text-Prefix-XS/pkg-plist @@ -3,8 +3,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Prefix/XS/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Prefix/XS/XS.so %%PERL5_MAN3%%/Text::Prefix::XS.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Prefix/XS -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Prefix -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Prefix -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text |