21 lines
372 B
Makefile
21 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>
|