mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
20 lines
364 B
Makefile
20 lines
364 B
Makefile
# 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
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|