|
Link Here
|
| 2 |
# $FreeBSD: head/textproc/extract_url/Makefile 422140 2016-09-14 15:59:34Z mat $ |
2 |
# $FreeBSD: head/textproc/extract_url/Makefile 422140 2016-09-14 15:59:34Z mat $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= extract_url |
4 |
PORTNAME= extract_url |
| 5 |
PORTVERSION= 1.5.8 |
5 |
PORTVERSION= 1.6 |
| 6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 1 |
| 7 |
CATEGORIES= textproc |
7 |
CATEGORIES= textproc |
| 8 |
MASTER_SITES= GOOGLE_CODE |
8 |
USE_GITHUB= yes |
| 9 |
PROJECTHOST= extracturl |
9 |
GH_ACCOUNT= m3m0ryh0l3 |
|
|
10 |
GH_PROJECT= extracturl |
| 11 |
GH_TAGNAME= 4b515b30ff4abdc7f2254399bc0f03122d1a5e2e |
| 10 |
|
12 |
|
| 11 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
| 12 |
COMMENT= Perl script that extracts URLs from email in MIME or plain text format |
14 |
COMMENT= Perl script that extracts URLs from email in MIME or plain text format |
|
Link Here
|
| 14 |
LICENSE= BSD2CLAUSE |
16 |
LICENSE= BSD2CLAUSE |
| 15 |
LICENSE_FILE= ${WRKSRC}/COPYING |
17 |
LICENSE_FILE= ${WRKSRC}/COPYING |
| 16 |
|
18 |
|
| 17 |
BROKEN= Unfetchable (google code has gone away) |
|
|
| 18 |
|
| 19 |
BUILD_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ |
19 |
BUILD_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ |
| 20 |
p5-HTML-Parser>=0:www/p5-HTML-Parser |
20 |
p5-HTML-Parser>=0:www/p5-HTML-Parser |
| 21 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
21 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
|
Link Here
|
| 25 |
SUB_FILES= pkg-message |
25 |
SUB_FILES= pkg-message |
| 26 |
NO_ARCH= yes |
26 |
NO_ARCH= yes |
| 27 |
|
27 |
|
| 28 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
|
|
| 29 |
|
| 30 |
PLIST_FILES= bin/extract_url \ |
28 |
PLIST_FILES= bin/extract_url \ |
| 31 |
etc/extract_urlview.sample \ |
29 |
etc/extract_urlview.sample \ |
| 32 |
man/man1/extract_url.1.gz |
30 |
man/man1/extract_url.1.gz |