31 lines
719 B
Makefile
31 lines
719 B
Makefile
# New ports collection makefile for: p5-BSD-Process
|
|
# Date created: 2011-04-11
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= BSD-Process
|
|
PORTVERSION= 0.06
|
|
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:${PORTSDIR}/devel/p5-Class-Accessor
|
|
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
|
|
|
USE_PERL5= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= BSD::Process.3
|
|
|
|
post-install:
|
|
.for script in procinfo showprocattr topten
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/eg/${script} ${PREFIX}/bin
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|