diff options
author | swills <swills@FreeBSD.org> | 2014-03-18 23:00:53 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-03-18 23:00:53 +0800 |
commit | 87dbf4443f10aab773f3394832eb4af66bd196bb (patch) | |
tree | 7c4c3a5ed18ff60ab5e47813a5c7ef3d03b4f903 /textproc | |
parent | 1cdff114e2974c3eff124bc9d0f4bf91ff3c0a77 (diff) | |
download | freebsd-ports-gnome-87dbf4443f10aab773f3394832eb4af66bd196bb.tar.gz freebsd-ports-gnome-87dbf4443f10aab773f3394832eb4af66bd196bb.tar.zst freebsd-ports-gnome-87dbf4443f10aab773f3394832eb4af66bd196bb.zip |
- Change LICENSE from BSD to BSD2CLAUSE
PR: ports/187672
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/extract_url/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/extract_url/Makefile b/textproc/extract_url/Makefile index b6096d20e3c7..1a14fe4b5b13 100644 --- a/textproc/extract_url/Makefile +++ b/textproc/extract_url/Makefile @@ -10,7 +10,7 @@ PROJECTHOST= extracturl MAINTAINER= horia@racoviceanu.com COMMENT= Perl script that extracts URLs from email in MIME or plain text format -LICENSE= BSD +LICENSE= BSD2CLAUSE BUILD_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser |