06e81678f4
PR: 228741 Submitted by: Ting-Wei Lan <lantw44@gmail.com> (maintainer)
20 lines
372 B
Makefile
20 lines
372 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pluginbase
|
|
PORTVERSION= 0.7
|
|
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>
|