mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
55b5d818be
- Take MAINTAINER
21 lines
355 B
Makefile
21 lines
355 B
Makefile
# Created by: john@zoner.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyx12
|
|
PORTVERSION= 2.3.3
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Validate and convert HIPAA X12 documents
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|