aboutsummaryrefslogtreecommitdiffstats
path: root/news/py-yenc/Makefile
blob: bf2de8e9ff12f88f11db5e7bad7a07c8c654846e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$

PORTNAME=   yenc
PORTVERSION=    0.3
CATEGORIES= news python
MASTER_SITES=   http://sabnzbd.sourceforge.net/

PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= jlaffaye@FreeBSD.org
COMMENT=    yenc decoding module for Python in C

USES=       python:2.7
USE_PYTHON= distutils

.include <bsd.port.mk>