mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
25 lines
521 B
Makefile
25 lines
521 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= 3
|
|
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/baz
|
|
|
|
.include <bsd.port.mk>
|