summaryrefslogtreecommitdiff
path: root/net/p5-Net-HL7/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-07-28 13:36:53 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-07-28 13:36:53 +0000
commit486fb5edb329e66c955e465fa1dfa6cda6ecb850 (patch)
tree0197f91b09c74250e0918a36cbbfa12607901f6d /net/p5-Net-HL7/Makefile
parentUse code long floating around the Internet to add support for KOI8-U (diff)
Add p5-Net-HL7 0.73, net::HL7 - A simple yet flexible API for non-XML
HL7 applications. PR: ports/84182 Submitted by: Brent B. Powers <bbp2006@columbia.edu>
Notes
Notes: svn path=/head/; revision=140316
Diffstat (limited to 'net/p5-Net-HL7/Makefile')
-rw-r--r--net/p5-Net-HL7/Makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/net/p5-Net-HL7/Makefile b/net/p5-Net-HL7/Makefile
new file mode 100644
index 000000000000..9dfb71258ef2
--- /dev/null
+++ b/net/p5-Net-HL7/Makefile
@@ -0,0 +1,44 @@
+# 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.73
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= hl7toolkit
+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
+
+.include <bsd.port.pre.mk>
+
+.if (${OSVERSION} < 500000)
+IGNORE= Doesn't build on 4.x
+.endif
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.post.mk>