|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/www/mod_rivet/Makefile 345573 2014-02-22 09:20:03Z antoine $ |
2 |
# $FreeBSD: head/www/mod_rivet/Makefile 345573 2014-02-22 09:20:03Z antoine $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= mod_rivet |
4 |
PORTNAME= mod_rivet |
| 5 |
PORTVERSION= 2.1.3 |
5 |
PORTVERSION= 2.1.4 |
| 6 |
CATEGORIES= www tcl |
6 |
CATEGORIES= www tcl |
| 7 |
MASTER_SITES= ${MASTER_SITE_APACHE} |
7 |
MASTER_SITES= ${MASTER_SITE_APACHE} |
| 8 |
MASTER_SITE_SUBDIR= tcl/rivet |
8 |
MASTER_SITE_SUBDIR= tcl/rivet |
|
Lines 11-24
Link Here
|
| 11 |
MAINTAINER= cowbert@gmail.com |
11 |
MAINTAINER= cowbert@gmail.com |
| 12 |
COMMENT= Embeds a Tcl interpreter in the Apache server |
12 |
COMMENT= Embeds a Tcl interpreter in the Apache server |
| 13 |
|
13 |
|
| 14 |
BROKEN= Does not configure |
|
|
| 15 |
|
| 16 |
LICENSE= APACHE20 |
14 |
LICENSE= APACHE20 |
| 17 |
|
15 |
|
| 18 |
LIB_DEPENDS= libitcl.so:${PORTSDIR}/lang/itcl |
16 |
LIB_DEPENDS= libitcl.so:${PORTSDIR}/lang/itcl |
| 19 |
|
17 |
|
| 20 |
USE_APACHE= 22+ |
18 |
USE_APACHE= 22+ |
| 21 |
USE_AUTOTOOLS= aclocal automake |
19 |
USE_AUTOTOOLS= aclocal automake libtool libtoolize |
| 22 |
USE_LDCONFIG= ${PREFIX}/lib/rivet |
20 |
USE_LDCONFIG= ${PREFIX}/lib/rivet |
| 23 |
USES+= gmake tcl:85+ |
21 |
USES+= gmake tcl:85+ |
| 24 |
|
22 |
|