diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-10-08 17:08:40 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-10-08 17:08:40 +0800 |
commit | 6d641b4bddd359be7e0b9e69c0530693373c5fe5 (patch) | |
tree | fb1b1f8339c5642dcc6cd0176f1396589f6da826 /textproc | |
parent | 3a5533b48d284380e9a3a97b953e1a555242caf2 (diff) | |
download | freebsd-ports-gnome-6d641b4bddd359be7e0b9e69c0530693373c5fe5.tar.gz freebsd-ports-gnome-6d641b4bddd359be7e0b9e69c0530693373c5fe5.tar.zst freebsd-ports-gnome-6d641b4bddd359be7e0b9e69c0530693373c5fe5.zip |
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-CharWidth/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-Text-CharWidth/Makefile b/textproc/p5-Text-CharWidth/Makefile index c947a1586a67..52e0a2109d4b 100644 --- a/textproc/p5-Text-CharWidth/Makefile +++ b/textproc/p5-Text-CharWidth/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Get number of occupied columns of a string on terminal +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |