1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add py-jaxml 2.23

A Python module to generate XML easily
This commit is contained in:
Ying-Chieh Liao 2002-03-25 11:01:52 +00:00
parent caca83b1a8
commit 881464c068
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56614
6 changed files with 35 additions and 0 deletions

View File

@ -219,6 +219,7 @@
SUBDIR += py-csv
SUBDIR += py-dsv
SUBDIR += py-expat
SUBDIR += py-jaxml
SUBDIR += py-martel
SUBDIR += py-sgrep
SUBDIR += py-trex

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (jaxml-2.23.tar.gz) = cb499259706a427b57e18238e514a685

View File

@ -0,0 +1 @@
A Python module to generate XML easily

View File

@ -0,0 +1,3 @@
A Python module to generate XML easily
WWW: http://cortex.unice.fr/~jerome/jaxml/

View File

@ -0,0 +1,2 @@
lib/%%PYTHON_VERSION%%/site-packages/jaxml.py
lib/%%PYTHON_VERSION%%/site-packages/jaxml.pyc