aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-apachelog/Makefile
blob: b1a4a20cee25f19afd10cf8952564f07f054425d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   apachelog
PORTVERSION=    1.1
PORTREVISION=   1
CATEGORIES= www python
MASTER_SITES=   https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/apachelog/ \
        http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Python access log parser

LICENSE=    ART10 GPLv1+ # same as Perl
LICENSE_COMB=   dual

USES=       python:2
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>