blob: bdb89757e1e8b214413522cbf7d7761adca02460 (
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-zope.dottedname
# Date created: Nov 12, 2011
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= zope.dottedname
PORTVERSION= 3.4.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= rm@FreeBSD.org
COMMENT= Resolver for Python dotted names
LICENSE= ZPL21
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>
|