diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-06 07:02:16 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-06 07:02:16 +0000 |
commit | a95bf91c6db81130934223d683bf28f1eea90a7a (patch) | |
tree | 08dc3c5a6838922837a15dfcf17be37bdbc3b7fb /textproc/py-hyperestraier-python/Makefile | |
parent | f5bb8217fbb9f044af766dcd63c7ade79a1a4f4f (diff) | |
download | ports-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/Makefile | 22 |
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> |