freebsd-ports/devel/py-pluginbase/Makefile
Martin Wilke 19d1fe7bd4 PluginBase is a module for Python that enables the development of flexible
plugin systems in Python.

WWW: https://github.com/mitsuhiko/pluginbase

PR:		228025
Submitted by:	lantw44@gmail.com
Sponsored by:	iXsystems Inc.
2018-06-02 17:35:26 +00:00

20 lines
372 B
Makefile

# $FreeBSD$
PORTNAME= pluginbase
PORTVERSION= 0.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lantw44@gmail.com
COMMENT= Support library for building plugins sytems in Python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>