diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-07-22 07:03:15 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-07-22 07:03:15 +0000 |
commit | ab7e11bf7bb464a2af90cc3865a45507fc484f56 (patch) | |
tree | a628f05cd3a0834d0d905164c465dde392cbfbd2 /textproc | |
parent | d17001ffda10dd988174a41e82531203237b385c (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-pyx12/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/py-pyx12/Makefile b/textproc/py-pyx12/Makefile index 63f8b195673d..c2be0e84a9df 100644 --- a/textproc/py-pyx12/Makefile +++ b/textproc/py-pyx12/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyx12 -# Date created: 29 Jan 2004 -# Whom: john@zoner.org -# +# Created by: john@zoner.org # $FreeBSD$ -# PORTNAME= pyx12 PORTVERSION= 1.5.0 @@ -12,7 +8,7 @@ MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyx12-${PORTVERSION:S/.b/b/} -MAINTAINER= jholland@kazoocmh.org +MAINTAINER= ports@FreeBSD.org COMMENT= Validate and convert HIPAA X12 documents BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ |