diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-25 11:01:52 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-25 11:01:52 +0000 |
commit | 881464c068072d0cdc52b3735e2bd270abb72f76 (patch) | |
tree | a56699da0590e42384b114992e0430dcd37b57f2 /textproc/py-jaxml | |
parent | caca83b1a8c8963489bb7162c4bf6ccf6793af40 (diff) | |
download | ports-881464c068072d0cdc52b3735e2bd270abb72f76.tar.gz ports-881464c068072d0cdc52b3735e2bd270abb72f76.zip |
Notes
Diffstat (limited to 'textproc/py-jaxml')
-rw-r--r-- | textproc/py-jaxml/Makefile | 27 | ||||
-rw-r--r-- | textproc/py-jaxml/distinfo | 1 | ||||
-rw-r--r-- | textproc/py-jaxml/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/py-jaxml/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/py-jaxml/pkg-plist | 2 |
5 files changed, 34 insertions, 0 deletions
diff --git a/textproc/py-jaxml/Makefile b/textproc/py-jaxml/Makefile new file mode 100644 index 000000000000..1b5098272131 --- /dev/null +++ b/textproc/py-jaxml/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection Makefile for: py-jaxml +# Date created: Mar 24, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= jaxml +PORTVERSION= 2.23 +CATEGORIES= textproc python +MASTER_SITES= http://cortex.unice.fr/~jerome/jaxml/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@FreeBSD.org + +USE_PYTHON= yes + +SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py + +do-build: + @${SETUP_CMD} build + +do-install: + @${SETUP_CMD} install + +.include <bsd.port.mk> diff --git a/textproc/py-jaxml/distinfo b/textproc/py-jaxml/distinfo new file mode 100644 index 000000000000..e38d5557a4e2 --- /dev/null +++ b/textproc/py-jaxml/distinfo @@ -0,0 +1 @@ +MD5 (jaxml-2.23.tar.gz) = cb499259706a427b57e18238e514a685 diff --git a/textproc/py-jaxml/pkg-comment b/textproc/py-jaxml/pkg-comment new file mode 100644 index 000000000000..74bf4d3835ad --- /dev/null +++ b/textproc/py-jaxml/pkg-comment @@ -0,0 +1 @@ +A Python module to generate XML easily diff --git a/textproc/py-jaxml/pkg-descr b/textproc/py-jaxml/pkg-descr new file mode 100644 index 000000000000..a29110205a71 --- /dev/null +++ b/textproc/py-jaxml/pkg-descr @@ -0,0 +1,3 @@ +A Python module to generate XML easily + +WWW: http://cortex.unice.fr/~jerome/jaxml/ diff --git a/textproc/py-jaxml/pkg-plist b/textproc/py-jaxml/pkg-plist new file mode 100644 index 000000000000..e46c3e883bcd --- /dev/null +++ b/textproc/py-jaxml/pkg-plist @@ -0,0 +1,2 @@ +lib/%%PYTHON_VERSION%%/site-packages/jaxml.py +lib/%%PYTHON_VERSION%%/site-packages/jaxml.pyc |