mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
b0658eefed
with python bindings. PR: ports/65689 Submitted by: <thinker@branda.to>
20 lines
424 B
Makefile
20 lines
424 B
Makefile
# New ports collection makefile for: subversion-python
|
|
# Date Created: April 17 2004
|
|
# Whom: thinker@branda.to
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -python
|
|
|
|
MAINTAINER= thinker@branda.to
|
|
COMMENT= Version control system with Python bindings
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/subversion
|
|
PKGDIR= ${.CURDIR}
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
WITH_PYTHON= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|