1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/sysutils/manck/Makefile
Mateusz Piotrowski 8dc2ffeba9 sysutils/manck: Fix runtime issues
Manck was missing a runtime dependency, so fix that and format pkg-descr
in a more standard way.

While here, take maintainership.
2022-07-22 01:45:14 +02:00

17 lines
342 B
Makefile

PORTNAME= manck
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://wolfram.schneider.org/src/
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Manual page consistency checker
RUN_DEPENDS= p5-Perl4-CoreLibs>=0:devel/p5-Perl4-CoreLibs
USES= perl5 shebangfix uidfix
USE_PERL5= run
SHEBANG_FILES= manck.pl
.include <bsd.port.mk>