freebsd-ports/www/py-apachelog/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

20 lines
431 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= apachelog
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= GOOGLE_CODE \
http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python access log parser
BROKEN= Unfetchable (google code has gone away)
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>