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:
parent
caca83b1a8
commit
881464c068
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56614
@ -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
|
||||
|
27
textproc/py-jaxml/Makefile
Normal file
27
textproc/py-jaxml/Makefile
Normal 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>
|
1
textproc/py-jaxml/distinfo
Normal file
1
textproc/py-jaxml/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (jaxml-2.23.tar.gz) = cb499259706a427b57e18238e514a685
|
1
textproc/py-jaxml/pkg-comment
Normal file
1
textproc/py-jaxml/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Python module to generate XML easily
|
3
textproc/py-jaxml/pkg-descr
Normal file
3
textproc/py-jaxml/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A Python module to generate XML easily
|
||||
|
||||
WWW: http://cortex.unice.fr/~jerome/jaxml/
|
2
textproc/py-jaxml/pkg-plist
Normal file
2
textproc/py-jaxml/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/%%PYTHON_VERSION%%/site-packages/jaxml.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/jaxml.pyc
|
Loading…
Reference in New Issue
Block a user