d750b01f28
PR: 239309 Submitted by: swills Approved by: jlaffaye (maintainer's timeout; 8+ months)
22 lines
567 B
Makefile
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>
|