blob: e97af8ee46a80de2c862853a350f520593f40503 (
plain) (
tree)
|
|
# 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"
|