2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2007-03-12 10:51:24 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= apachelog
|
2007-07-24 12:19:33 +02:00
|
|
|
PORTVERSION= 1.1
|
2014-01-29 16:04:46 +01:00
|
|
|
PORTREVISION= 1
|
2008-12-28 11:54:08 +01:00
|
|
|
CATEGORIES= www python
|
2008-03-06 23:19:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
2007-03-21 11:21:08 +01:00
|
|
|
http://freebsd.unixfreunde.de/sources/
|
2007-03-12 10:51:24 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Python access log parser.
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
2014-01-29 16:04:46 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2007-03-12 10:51:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|