blob: a8b7b8a952cb641561c91e136088cacc888f3168 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= bbfreeze-loader
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Binary loader module required for bbfreeze
LICENSE= ZLIB
USES= python:2 zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|