mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
8dc2ffeba9
Manck was missing a runtime dependency, so fix that and format pkg-descr in a more standard way. While here, take maintainership.
17 lines
342 B
Makefile
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>
|