freebsd-ports/net/p5-Net-HL7/Makefile
Alexey Dokuchaev a247b2f47d Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00

29 lines
575 B
Makefile

# Created by: Brent B. Powers <bbp2006@columbia.edu>
# $FreeBSD$
PORTNAME= Net-HL7
PORTVERSION= 0.75
PORTREVISION= 1
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
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= DOCS
PORTDOCS= README
.include <bsd.port.options.mk>
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>