1PORTNAME= pluginbase 2PORTVERSION= 1.0.1 3CATEGORIES= devel python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Support library for building plugins sytems in Python 9 10LICENSE= bsd3 11LICENSE_FILE= ${WRKSRC}/LICENSE 12 13USES= python 14USE_PYTHON= autoplist distutils 15 16NO_ARCH= yes 17 18.include <bsd.port.mk> 19