freebsd-ports/textproc/py-hyperestraier-python/Makefile
Li-Wen Hsu 6e14ca9ed7 - Update to 0.10.2.
PR:		ports/116541
Submitted by:	"Junji NAKANISHI" <jun-g AT daemonfreaks.com> (maintainer)
2007-09-22 15:49:17 +00:00

23 lines
627 B
Makefile

# New ports collection makefile for: py-hyperestraier-python
# Date created: 30 March 2007
# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com>
#
# $FreeBSD$
PORTNAME= hyperestraier
PORTVERSION= 0.10.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP \
http://www.liris.org/tech/program/hyperestraier-purepython/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -python
EXTRACT_SUFX= .tgz
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= Pure Python HyperEstraier library
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>