mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f60432367f
PR: ports/124921 Approved by: portmgr (pav)
22 lines
447 B
Makefile
22 lines
447 B
Makefile
# 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>
|