aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvs2html/Makefile
blob: 2768478fa11dffd93204a846649774078f6a5032 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    cvs2html
# Date created:             Sun 02 Jul 2000
# Whom:                 will
#
# $FreeBSD$
#

PORTNAME=   cvs2html
PORTVERSION=    1.96
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sada
EXTRACT_SUFX=   .gz

MAINTAINER= joe@joeholden.co.uk
COMMENT=    Perl script to turn ``cvs log'' output into HTML

PLIST_FILES=    bin/cvs2html
USE_PERL5=  yes
NO_BUILD=   yes
NO_WRKSUBDIR=   yes
EXTRACT_AFTER_ARGS= > ${PORTNAME}

do-install:
    ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>