diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:30:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:30:38 +0800 |
commit | 55e0a36a29e575bbff1a7dac564ed846fc7d3bd8 (patch) | |
tree | ade929e90e5f751ee4b32512a46b4cc6ce03de00 /games | |
parent | 8412c857475e9dad6cad4a149cf3175ec75eb8c3 (diff) | |
download | freebsd-ports-gnome-55e0a36a29e575bbff1a7dac564ed846fc7d3bd8.tar.gz freebsd-ports-gnome-55e0a36a29e575bbff1a7dac564ed846fc7d3bd8.tar.zst freebsd-ports-gnome-55e0a36a29e575bbff1a7dac564ed846fc7d3bd8.zip |
- Add LICENSE
- Cleanup PLIST
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Algorithm-Pair-Best2/Makefile | 3 | ||||
-rw-r--r-- | games/p5-Algorithm-Pair-Best2/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/games/p5-Algorithm-Pair-Best2/Makefile b/games/p5-Algorithm-Pair-Best2/Makefile index 54fe19e98e61..ab5eb1cb622c 100644 --- a/games/p5-Algorithm-Pair-Best2/Makefile +++ b/games/p5-Algorithm-Pair-Best2/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Select tournament pairings +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure USES= perl5 diff --git a/games/p5-Algorithm-Pair-Best2/pkg-plist b/games/p5-Algorithm-Pair-Best2/pkg-plist index cf8578915501..bc4e1cf80724 100644 --- a/games/p5-Algorithm-Pair-Best2/pkg-plist +++ b/games/p5-Algorithm-Pair-Best2/pkg-plist @@ -1,8 +1,3 @@ %%SITE_PERL%%/Algorithm/Pair/Best2.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best2/.packlist %%PERL5_MAN3%%/Algorithm::Pair::Best2.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best2 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm -@dirrmtry %%SITE_PERL%%/Algorithm/Pair -@dirrmtry %%SITE_PERL%%/Algorithm |