blob: b83ce21d761b591c546222eaee2d7ebbc77b0f7e (
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.0
CATEGORIES= www
MASTER_SITES= http://apachelog.googlecode.com/files/ \
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>
|