freebsd-ports/www/trac-robotstxt/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

39 lines
1.1 KiB
Makefile

# New ports collection makefile for: trac-robotxt
# Date created: 03. 23, 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= robotxt
PORTVERSION= 1.0.1
PORTREVISION= 2
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.
BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
tracd:${PORTSDIR}/www/trac
USE_PYTHON= yes
USE_PYDISTUTILS= yes
EASY_INSTALL_CMD?= easy_install-${PYTHON_VER}
PYDISTUTILS_BUILD_TARGET= bdist_egg
PYDISTUTILS_INSTALL_TARGET= easy_install
PYDISTUTILS_INSTALLARGS= -O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${TRACROBO_EGG}
PYDISTUTILS_NOEGGINFO= yes
TRACROBO_EGG= TracRobotsTxt-${PORTVERSION}-py${PYTHON_VER}.egg
PLIST_SUB+= EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
TRACROBO_EGG=${TRACROBO_EGG} \
TRACROBO_EGG_VER="TracRobotsTxt==${PORTVERSION}"
.include <bsd.port.mk>