blob: e658265e8a0d5a423e8c0fe0e5b19c75b44e6ae6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= zope.interface
PORTVERSION= 3.8.0
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Interfaces for Python
LICENSE= ZPL21
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|