forked from Lainports/freebsd-ports
plugin systems in Python. WWW: https://github.com/mitsuhiko/pluginbase PR: 228025 Submitted by: lantw44@gmail.com Sponsored by: iXsystems Inc.
20 lines
372 B
Makefile
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>
|