opnsense-ports/textproc/perl2html/Makefile
Franco Fichtner a5f7e29edc */*: sync with upstream
Taken from: HardenedBSD
2018-01-12 06:50:29 +01:00

24 lines
469 B
Makefile

# Created by: Martin Kammerhofer
# $FreeBSD$
PORTNAME= perl2html
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= textproc www
MASTER_SITES= SUNSITE/apps/www/converters
MAINTAINER= mkamm@gmx.net
COMMENT= Perl sources to HTML converter
LICENSE= GPLv2
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in AUTHORS NEWS README
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>