6148d66ca2
Reported by: pointyhat via kris
29 lines
636 B
Makefile
29 lines
636 B
Makefile
# New ports collection makefile for: pyx12
|
|
# Date created: 29 Jan 2004
|
|
# Whom: john@zoner.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pyx12
|
|
PORTVERSION= 1.0.1.b3
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyx12-${PORTVERSION:S/.b/b/}
|
|
|
|
MAINTAINER= john@zoner.org
|
|
COMMENT= Validate HIPAA X12 documents
|
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
post-install:
|
|
${WRKSRC}/bin/x12_build_pkl.py ${PREFIX}/share/pyx12/map/
|
|
|
|
.include <bsd.port.mk>
|