diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-30 23:39:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-30 23:39:20 +0800 |
commit | fdd356c437c3f7fb9a93881abdd36c08a5db56d6 (patch) | |
tree | 19e193e5cb985504deab5b94e2c41e86377756bf /textproc | |
parent | 0ec0ac8182b2eb05b3450aac979c6e7785fb4d77 (diff) | |
download | freebsd-ports-gnome-fdd356c437c3f7fb9a93881abdd36c08a5db56d6.tar.gz freebsd-ports-gnome-fdd356c437c3f7fb9a93881abdd36c08a5db56d6.tar.zst freebsd-ports-gnome-fdd356c437c3f7fb9a93881abdd36c08a5db56d6.zip |
Add LICENSE_FILE
- Add NO_ARCH
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Balanced/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile index 8ec7937ffdde..04da043b5b51 100644 --- a/textproc/p5-Text-Balanced/Makefile +++ b/textproc/p5-Text-Balanced/Makefile @@ -12,7 +12,9 @@ COMMENT= Extract delimited text sequences from strings LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE +NO_ARCH= yes USES= perl5 USE_PERL5= configure |