mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
7b5716ea0b
A Perl source to HTML converter. PR: 11907 Submitted by: Martin Kammerhofer <mkamm@gmx.net>
29 lines
565 B
Makefile
29 lines
565 B
Makefile
# New ports collection makefile for: perl2html
|
|
# Version required: 0.6.1
|
|
# Date created: 27 May 1999
|
|
# Whom: Martin Kammerhofer
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= perl2html-0.6.1
|
|
CATEGORIES= textproc www
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/www/converters
|
|
|
|
MAINTAINER= mkamm@gmx.net
|
|
|
|
USE_AUTOCONF= yes
|
|
|
|
MAN1= perl2html.1
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/perl2html
|
|
.for file in AUTHORS NEWS README
|
|
${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/perl2html
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|