8b1cff41a7
- Support stage
19 lines
360 B
Makefile
19 lines
360 B
Makefile
# Created by: john@zoner.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyx12
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Validate and convert HIPAA X12 documents
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|