9be35251c0
Changes: https://launchpad.net/subvertpy/trunk/0.8.0 PR: ports/155746 Submitted by: C-S <c-s@c-s.li> (maintainer)
30 lines
667 B
Makefile
30 lines
667 B
Makefile
# Ports collection makefile for: subvertpy
|
|
# Date created: 9 August 2010
|
|
# Whom: Carlo Strub (c-s@c-s.li)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= subvertpy
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://launchpadlibrarian.net/65469707/ \
|
|
http://www.c-s.li/ports/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= c-s@c-s.li
|
|
COMMENT= Python bindings for subversion
|
|
|
|
BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion
|
|
|
|
LICENSE= GPLv2
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= subvertpy
|
|
|
|
#post-patch:
|
|
# @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|