freebsd-ports/devel/subversion-python/Makefile
Lev A. Serebryakov b9d1175f76 Add proper CONFLICTS clauses.
PR:		ports/119782
Submitted by:	TAOKA Fumiyoshi
2008-01-29 12:26:32 +00:00

20 lines
504 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
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"