mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
40c789c029
PR: 255437 Reported by: Gian-Simon Purkert <gspurki@gmail.com> Approved by: Brent B. Powers <bbp2006@columbia.edu> (maintainer timeout)
24 lines
464 B
Makefile
24 lines
464 B
Makefile
# Created by: Brent B. Powers <bbp2006@columbia.edu>
|
|
|
|
PORTNAME= Net-HL7
|
|
PORTVERSION= 0.76
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= SF/hl7toolkit/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bbp2006@columbia.edu
|
|
COMMENT= Simple yet flexible API for non-XML HL7 applications
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|