pkgsrc/converters/py-yenc/Makefile
wiz a8025c586c py-yenc: convert to egg.mk.
Some cleanups while I'm here.
2022-01-22 15:44:47 +00:00

17 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.10 2022/01/22 15:44:47 wiz Exp $
DISTNAME= yenc-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= http://www.golug.it/pub/yenc/
MAINTAINER= pkgsrc128@fastmail.us
HOMEPAGE= https://www.golug.it/yenc.html
COMMENT= Python module for yenc decoding module in C
LICENSE= gnu-lgpl-v2.1
PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.4.0
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"