mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
062241d823
Approved by: glarkin@ (mentor, implicit)
31 lines
672 B
Makefile
31 lines
672 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.10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://launchpadlibrarian.net/90814723/ \
|
|
http://www.c-s.li/ports/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Python bindings for subversion
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion
|
|
|
|
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>
|