freebsd-ports/news/py-yenc/Makefile
Julien Laffaye e93d85f4d6 Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:	bapt (mentor)
2011-06-08 16:52:32 +00:00

21 lines
437 B
Makefile

# New ports collection makefile for: py-yenc
# Date created: 24 Aug 2006
# Whom: 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= A yenc decoding module for Python in C
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>