blob: 0870f8e04ae59af7b9a600dc1d23339a6bad61bb (
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
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>
|