blob: c70b2a29dfa80e107747e17435b04abc8d7fa0a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= tapi
PORTVERSION= 0.1.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Tapi-${PORTVERSION}
MAINTAINER= johannes@perceivon.net
COMMENT= Framework for testing APIs
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|