1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/trac-robotstxt/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

22 lines
501 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= robotxt
PORTVERSION= 1.0.1
PORTREVISION= 5
CATEGORIES= www devel python
MASTER_SITES= http://freebsd.unixfreunde.de/sources/trac/
PKGNAMEPREFIX= trac-
DISTNAME= TracRobotsTxt-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Allows simple management of a robots.txt
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
USES= python:2
USE_PYTHON= distutils autoplist
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>