freebsd-ports/news/py-yenc/Makefile
Yuri Victorovich d750b01f28 news/py-yenc: Update 0.3 -> 0.4.0
PR:		239309
Submitted by:	swills
Approved by:	jlaffaye (maintainer's timeout; 8+ months)
2020-03-22 19:02:25 +00:00

22 lines
567 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTNAME= yenc # is abandoned, successor: https://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/
PORTVERSION= 0.4.0
CATEGORIES= news python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Decoding module for yenc for Python written in C
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.mk>