1 |
diff -Nrux .svn -x work /usr/ports/www/trac-TracGoogleAnalytics/Makefile trac-TracGoogleAnalytics/Makefile |
2 |
--- /usr/ports/www/trac-TracGoogleAnalytics/Makefile 2013-09-20 16:36:50.000000000 -0700 |
3 |
+++ trac-TracGoogleAnalytics/Makefile 2013-11-24 20:44:44.000000000 -0800 |
4 |
@@ -1,4 +1,4 @@ |
5 |
-# Created by: Douglas Thrift |
6 |
+# Created by: Douglas Thrift <douglas@douglasthrift.net> |
7 |
# $FreeBSD: www/trac-TracGoogleAnalytics/Makefile 327776 2013-09-20 23:36:50Z bapt $ |
8 |
|
9 |
PORTNAME= TracGoogleAnalytics |
10 |
@@ -11,17 +11,14 @@ |
11 |
MAINTAINER= douglas@douglasthrift.net |
12 |
COMMENT= Trac plugin to enable logging by Google Analytics |
13 |
|
14 |
+LICENSE= BSD |
15 |
+ |
16 |
BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac \ |
17 |
${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi |
18 |
- |
19 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
20 |
|
21 |
-LICENSE= BSD |
22 |
- |
23 |
USE_PYTHON= 2.5+ |
24 |
USE_PYDISTUTILS= easy_install |
25 |
+PYDISTUTILS_AUTOPLIST= yes |
26 |
|
27 |
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |
28 |
- |
29 |
-NO_STAGE= yes |
30 |
.include <bsd.port.mk> |