blob: 68201e3e794b6edc335eaf8dc6553b47518fc567 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= pyx12
PORTVERSION= 2.3.3
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Validate and convert HIPAA X12 documents
WWW= https://github.com/azoner/pyx12
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|