aboutsummaryrefslogtreecommitdiff
path: root/misc/help2man/Makefile
blob: 6c41043399cfa323052b93b100703776ddaba896 (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
# ex:ts=8
# Ports collection makefile for:	help2man
# Date created:			Jan 30, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	help2man
PORTVERSION=	1.29
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	freebsdports@arved.de
COMMENT=	Automatically generating simple manual pages from program output

GNU_CONFIGURE=	yes
USE_PERL5=	yes

MAN1=	help2man.1

.include <bsd.port.mk>