mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
38 lines
788 B
Makefile
38 lines
788 B
Makefile
# New ports collection makefile for: net/p5-Net-HL7
|
|
# Date created: 26 Jul 2005
|
|
# Whom: Brent B. Powers <bbp2006@columbia.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-HL7
|
|
PORTVERSION= 0.75
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= SF/hl7toolkit/hl7api/${PORTVERSION}
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bbp2006@columbia.edu
|
|
COMMENT= Net::HL7 - A simple yet flexible API for non-XML HL7 applications
|
|
|
|
PORTDOCS= README
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::HL7.3 \
|
|
Net::HL7::Request.3 \
|
|
Net::HL7::Connection.3 \
|
|
Net::HL7::Response.3 \
|
|
Net::HL7::Daemon.3 \
|
|
Net::HL7::Segment.3 \
|
|
Net::HL7::Message.3 \
|
|
Net::HL7::Segments::MSH.3 \
|
|
Net::HL7::Messages::ACK.3
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|