- Add LICENSE
- Add NO_ARCH
This commit is contained in:
parent
d85d55e167
commit
05e369a9d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397142
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Handle and create CouchDB views in Perl
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Data-Dump-Streamer>=0:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
|
||||
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
|
||||
p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \
|
||||
|
@ -18,6 +21,7 @@ BUILD_DEPENDS= p5-Data-Dump-Streamer>=0:${PORTSDIR}/devel/p5-Data-Dump-Streamer
|
|||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
|
|
Loading…
Reference in a new issue