aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-unit/Makefile
blob: aa57f291f33cd2faa703f940b54c7399ab759353 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    py-unit
# Date created:         Aug 16, 2001
# Whom:             Shell Hung <shell@shellhung.org>
#
# $FreeBSD$
#

PORTNAME=   unit
PORTVERSION=    1.4.1
CATEGORIES= devel python
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyunit
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   pyunit-${PORTVERSION}

MAINTAINER= shell@shellhung.org

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>