eb68539ff9
wimpy provides ome commonly used helpers that I should stop copy-pasting all over the place.
19 lines
356 B
Makefile
19 lines
356 B
Makefile
PORTNAME= wimpy
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Anti-copy-pasta
|
|
WWW= https://github.com/wimglenn/wimpy
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|