20 lines
333 B
Makefile
20 lines
333 B
Makefile
# $OpenBSD: Makefile,v 1.14 2020/07/03 21:45:44 sthen Exp $
|
|
|
|
COMMENT= interface for getting PID info
|
|
|
|
DISTNAME= Unix-PID-0.23
|
|
CATEGORIES= sysutils
|
|
REVISION= 1
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= devel/p5-List-Cycle \
|
|
math/p5-Math-Fibonacci-Phi
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|