mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
18 lines
357 B
Makefile
18 lines
357 B
Makefile
# 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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|