18 lines
318 B
Makefile
18 lines
318 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= manck
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://wolfram.schneider.org/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Manual page consistency checker
|
|
|
|
USES= perl5 shebangfix uidfix
|
|
USE_PERL5= run
|
|
SHEBANG_FILES= manck.pl
|
|
|
|
.include <bsd.port.mk>
|