diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-09-19 17:01:53 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:33:31 +0800 |
commit | e9e0573d60fcf6bb557b46627898a876c977333a (patch) | |
tree | f0030f665f953f67a2d54642673fe5ab9431bc6a /textproc | |
parent | 23e3b8f22b13a4c5fe21497459fb51f0542cedb9 (diff) | |
download | freebsd-ports-gnome-e9e0573d60fcf6bb557b46627898a876c977333a.tar.gz freebsd-ports-gnome-e9e0573d60fcf6bb557b46627898a876c977333a.tar.zst freebsd-ports-gnome-e9e0573d60fcf6bb557b46627898a876c977333a.zip |
- Add LICENSE (from the website)
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cl-ppcre/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/cl-ppcre/Makefile b/textproc/cl-ppcre/Makefile index 92ebc16840b7..8cc85e04ec72 100644 --- a/textproc/cl-ppcre/Makefile +++ b/textproc/cl-ppcre/Makefile @@ -10,7 +10,10 @@ MASTER_SITES= LOCAL/olgeni MAINTAINER= olgeni@FreeBSD.org COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp +LICENSE= BSD2CLAUSE + NO_BUILD= yes +NO_ARCH= yes USE_ASDF= yes |