freebsd-ports/devel/py-pluginbase/Makefile
Yuri Victorovich 9db0e4f963 devel/py-pluginbase: Update 0.7 -> 1.0.0
PR:		243448
Approved by:	lantw44@gmail.com (maintainer)
2020-02-02 17:20:08 +00:00

20 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= pluginbase
PORTVERSION= 1.0.0
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>