diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-03-18 15:00:53 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-03-18 15:00:53 +0000 |
commit | 93d7f597f6ce275b8cc80b25c90d50ddf97f74d2 (patch) | |
tree | 7c4c3a5ed18ff60ab5e47813a5c7ef3d03b4f903 /textproc/extract_url | |
parent | 3e46e4f264728cd5a25e34c044a02b260bdf3af6 (diff) |
Notes
Diffstat (limited to 'textproc/extract_url')
-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 |