4942ce5a7d
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
24 lines
656 B
Makefile
24 lines
656 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.9.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
|
|
PYDISTUTILS_PKGVERSION= 0.9.1
|
|
|
|
.include <bsd.port.mk>
|