freebsd-ports/www/trac-robotstxt/Makefile
Ruslan Makhmatkhanov 070776a5ac - do not directly depend on setuptools, use USE_DISTUTILS instead
- no PORTREVISION bump is needed, because dependencies list isn't changed
- trim Makefile header
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES
- tab -> space change in pkg-descr:WWW

PR:		173111
Submitted by:	rm (myself)
Approved by:	reassigned to the heap
Feature safe:	yes
2012-10-29 18:55:20 +00:00

22 lines
545 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= robotxt
PORTVERSION= 1.0.1
PORTREVISION= 4
CATEGORIES= www devel python
MASTER_SITES= http://freebsd.unixfreunde.de/sources/trac/
PKGNAMEPREFIX= trac-
DISTNAME= TracRobotsTxt-${PORTVERSION}
MAINTAINER= miwi@FreeBSD.org
COMMENT= Allows simple management of a robots.txt
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracRobotsTxt
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>