Files
bsdports/python/py-zope.dottedname/Makefile
2019-12-26 07:26:06 +00:00

18 lines
391 B
Makefile

# $FreeBSD: head/devel/py-zope.dottedname/Makefile 371280 2014-10-20 16:04:12Z mva $
PORTNAME= zope.dottedname
PORTVERSION= 3.4.6
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Resolver for Python dotted names
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
#EOF