2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2010/12/03 11:46:47 ajacoutot Exp $
|
2007-12-17 15:23:33 -05:00
|
|
|
|
|
|
|
COMMENT= interface for getting PID info
|
|
|
|
|
2010-07-21 11:18:16 -04:00
|
|
|
DISTNAME= Unix-PID-0.21
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 0
|
2007-12-17 15:23:33 -05:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MAINTAINER= Michael Erdely <merdely@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= cpan
|
2010-10-19 03:43:00 -04:00
|
|
|
USE_GROFF = Yes
|
2007-12-17 15:23:33 -05:00
|
|
|
|
2010-11-20 12:22:40 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Class-Std \
|
|
|
|
devel/p5-Class-Std-Utils \
|
|
|
|
devel/p5-List-Cycle \
|
|
|
|
math/p5-Math-Fibonacci-Phi
|
2007-12-17 15:23:33 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|