mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
19 lines
390 B
Makefile
19 lines
390 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bbfreeze-loader
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
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>
|