freebsd-ports/misc/help2man/Makefile
2003-08-04 18:10:43 +00:00

24 lines
434 B
Makefile

# 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= arved@FreeBSD.org
COMMENT= Automatically generating simple manual pages from program output
GNU_CONFIGURE= yes
USE_PERL5= yes
MAN1= help2man.1
INFO= help2man
.include <bsd.port.mk>