2007-03-12 10:51:24 +01:00
|
|
|
# New ports collection makefile for: py-apachelog
|
|
|
|
# Date created: 12 mar 2007
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= apachelog
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= www
|
2007-03-21 11:21:08 +01:00
|
|
|
MASTER_SITES= http://apachelog.googlecode.com/files/ \
|
|
|
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|