15 lines
263 B
Makefile
15 lines
263 B
Makefile
# $OpenBSD: Makefile,v 1.13 2020/07/03 21:45:07 sthen Exp $
|
|
|
|
COMMENT = module to launch and control background processes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Proc-Simple-1.32
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|