blob: 1effb9827ccdc5d315529be04f0f8e682cfb045c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: py-apachelog
# Date created: 12 mar 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= apachelog
PORTVERSION= 1.1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= miwi@FreeBSD.org
COMMENT= Python access log parser.
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
|