1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/pybaz/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

25 lines
524 B
Makefile

# New ports collection makefile for: pybaz
# Date created: 2007-03-01
# Whom: Radim Kolar <hsn@sanatana.dharma>
#
# $FreeBSD$
#
PORTNAME= pybaz
PORTVERSION= 1.5.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://code.aaronbentley.com/pybaz/releases/
MAINTAINER= hsn@sendmail.cz
COMMENT= Python interface to Baz/Arch version control system
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_SUB+= PYTHON_SITELIB=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||}
RUN_DEPENDS= baz:${PORTSDIR}/devel/bazaar
.include <bsd.port.mk>