mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
06e9177493
- Update MASTER_SITES: remove librelogiciel.com which misleads portscout - Fix USE=python - Sort USE_PYTHON - Add PORTSCOUT - Add NO_ARCH - Add PyPI as primary WWW
23 lines
379 B
Makefile
23 lines
379 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jaxml
|
|
PORTVERSION= 3.02
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python module to generate XML easily
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PORTSCOUT= skipv:23.01
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|