pkgsrc/converters/py-yenc/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

21 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.6 2019/04/26 13:13:45 maya Exp $
DISTNAME= yenc-${DISTVERSION}
DISTVERSION= 0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
REPLACE_PYTHON= *.py
CATEGORIES= devel
MASTER_SITES= http://www.golug.it/pub/yenc/
PYDISTUTILSPKG= yes
MAINTAINER= pkgsrc128@fastmail.us
HOMEPAGE= http://www.golug.it/yenc.html
COMMENT= Python module for yenc decoding module in C
LICENSE= gnu-lgpl-v2.1
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.4.0
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"