1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/news/py-yenc/Makefile
Baptiste Daroussin 2f3a258e5d Support stage
2013-12-27 09:43:50 +00:00

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>