df4e1203e4
ok jasper@ (final commit)
27 lines
526 B
Makefile
27 lines
526 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/12/03 11:46:47 ajacoutot Exp $
|
|
|
|
COMMENT= interface for getting PID info
|
|
|
|
DISTNAME= Unix-PID-0.21
|
|
REVISION= 0
|
|
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
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Class-Std \
|
|
devel/p5-Class-Std-Utils \
|
|
devel/p5-List-Cycle \
|
|
math/p5-Math-Fibonacci-Phi
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|