aboutsummaryrefslogtreecommitdiff
path: root/sysutils/worldtools/Makefile
blob: 8000028a2b263f5794514bf0340ea859e0063640 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: anarcat

PORTNAME=	worldtools
PORTVERSION=	1.3.1
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://anarcat.ath.cx/software/distfiles/

MAINTAINER=	anarcat@anarcat.ath.cx
COMMENT=	Handy tools for living with make world

USES=		perl5 uidfix shebangfix
SHEBANG_FILES=	whereintheworld
USE_PERL5=	run

MAKE_ARGS=	SHAREDIR=${PREFIX}

.include <bsd.port.mk>