aboutsummaryrefslogblamecommitdiff
path: root/devel/py-addict/Makefile
blob: 27f24bae07118bac2a3f4f19fed0bbb03050243f (plain) (tree)
1
2
3
4


                      
                     














                                                                                      
# $FreeBSD$

PORTNAME=	addict
DISTVERSION=	2.2.1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Dictionary whose items can be set using both attribute and item syntax

LICENSE=	MIT

USES=		python
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>