freebsd-ports/sysutils/worldtools/Makefile
Andrej Zverev 6f12870030 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-07 07:44:26 +00:00

25 lines
486 B
Makefile

# New ports collection makefile for: whereintheworld
# Date created: 13 august 2003
# Whom: anarcat
#
# $FreeBSD$
#
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
USE_PERL5= run
MAN8= buildit.8 upgrade.8 whereintheworld.8
MAKE_ARGS= SHAREDIR=${PREFIX}
MANCOMPRESSED= yes
.include <bsd.port.mk>