ports/devel/bbfreeze-loader/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

19 lines
392 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= bbfreeze-loader
PORTVERSION= 1.1.0
PORTREVISION= 2
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.7 zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>