Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= cclive |
8 |
PORTNAME= cclive |
9 |
PORTVERSION= 0.4.2 |
9 |
PORTVERSION= 0.4.2 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= multimedia net |
11 |
CATEGORIES= multimedia net |
11 |
MASTER_SITES= GOOGLE_CODE |
12 |
MASTER_SITES= GOOGLE_CODE |
12 |
|
13 |
|
Lines 33-43
Link Here
|
33 |
.if defined(WITH_PERL) |
34 |
.if defined(WITH_PERL) |
34 |
CONFIGURE_ARGS+=--with-perl |
35 |
CONFIGURE_ARGS+=--with-perl |
35 |
USE_PERL5= 5.8.2+ |
36 |
USE_PERL5= 5.8.2+ |
|
|
37 |
BUILD_DEPENDS+= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser |
36 |
RUN_DEPENDS+= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser |
38 |
RUN_DEPENDS+= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser |
|
|
39 |
.else |
40 |
CONFIGURE_ARGS+=--without-perl |
37 |
.endif |
41 |
.endif |
38 |
|
42 |
|
39 |
.if defined(WITH_SIGWINCH) |
43 |
.if defined(WITH_SIGWINCH) |
40 |
CONFIGURE_ARGS+= --enable-sigwinch |
44 |
CONFIGURE_ARGS+=--enable-sigwinch |
|
|
45 |
.else |
46 |
CONFIGURE_ARGS+=--disable-sigwinch |
41 |
.endif |
47 |
.endif |
42 |
|
48 |
|
43 |
.include <bsd.port.post.mk> |
49 |
.include <bsd.port.post.mk> |