blob: ce510c67346abe9693adb9c4a619916759b84e95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
CONFLICTS= subversion-[0-9]* subversion-perl-[0-9]* subversion-ruby-[0-9]*
MASTERDIR= ${.CURDIR}/../../devel/subversion
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
WITH_PYTHON= yes
.include "${MASTERDIR}/Makefile"
|