1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/misc/help2man/Makefile
OKAZAKI Tetsurou 3046e8cdee Upgrade to Version 1.29.
Add USE_PERL5, because this is a perlscript
Update MAINTAINER to the submitter.

PR:		43370
Submitted by:	Tilman Linneweh
2002-11-06 18:14:42 +00:00

23 lines
349 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= freebsdports@arved.de
GNU_CONFIGURE= yes
USE_PERL5= yes
MAN1= help2man.1
.include <bsd.port.mk>