aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-hyperestraier-python/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-06 07:02:16 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-06 07:02:16 +0000
commita95bf91c6db81130934223d683bf28f1eea90a7a (patch)
tree08dc3c5a6838922837a15dfcf17be37bdbc3b7fb /textproc/py-hyperestraier-python/Makefile
parentf5bb8217fbb9f044af766dcd63c7ade79a1a4f4f (diff)
downloadports-a95bf91c6db81130934223d683bf28f1eea90a7a.tar.gz
ports-a95bf91c6db81130934223d683bf28f1eea90a7a.zip
Add py-hyperestraier-python 0.9.2, pure Python HyperEstraier library.
PR: ports/111267 Submitted by: Junji NAKANISHI <jun-g at daemonfreaks.com> Approved by: clsung (mentor)
Notes
Notes: svn path=/head/; revision=189338
Diffstat (limited to 'textproc/py-hyperestraier-python/Makefile')
-rw-r--r--textproc/py-hyperestraier-python/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/py-hyperestraier-python/Makefile b/textproc/py-hyperestraier-python/Makefile
new file mode 100644
index 000000000000..480b3592e449
--- /dev/null
+++ b/textproc/py-hyperestraier-python/Makefile
@@ -0,0 +1,22 @@
+# 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= 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>