aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-BSD-Process/Makefile
blob: dc15f9fd23e0335afe57af796c3696a1da9b0574 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	BSD-Process
PORTVERSION=	0.07
PORTREVISION=	2
CATEGORIES=	sysutils perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DLAND
PKGNAMEPREFIX=	p5-

MAINTAINER=	swills@FreeBSD.org
COMMENT=	Information about running processes on BSD platforms

BUILD_DEPENDS=	p5-Class-Accessor>=0:devel/p5-Class-Accessor
RUN_DEPENDS=	p5-Class-Accessor>=0:devel/p5-Class-Accessor

USES=		perl5 shebangfix
USE_PERL5=	configure
SHEBANG_FILES=	eg/*

post-install:
.for script in procinfo showprocattr topten
	@${INSTALL_SCRIPT} ${WRKSRC}/eg/${script} ${STAGEDIR}${PREFIX}/bin
.endfor

.include <bsd.port.mk>