1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/py-apachelog/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

25 lines
595 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= apachelog
PORTVERSION= 1.1
PORTREVISION= 2
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= joneum@FreeBSD.org
COMMENT= Python access log parser
LICENSE= ART10 GPLv1+ # same as Perl
LICENSE_COMB= dual
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>