mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
83556203a2
to email. Hat: portmgr
21 lines
441 B
Makefile
21 lines
441 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://www.hellanzb.com/hellanzb-content/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A yenc decoding module for Python in C
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|