blob: 6aad7a08d1d9d5d36f4f5581db21f755c36604bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: 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
NO_STAGE= yes
.include <bsd.port.mk>
|