14 lines
256 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2016/03/20 19:56:33 naddy Exp $
2014-04-13 09:19:19 +00:00
COMMENT = module to launch and control background processes
2006-11-29 08:23:29 +00:00
2014-04-13 09:19:19 +00:00
MODULES = cpan
PKG_ARCH = *
2015-11-18 13:18:13 +00:00
DISTNAME = Proc-Simple-1.32
2014-04-13 09:19:19 +00:00
CATEGORIES = devel
2006-11-29 08:23:29 +00:00
# perl
2014-04-13 09:19:19 +00:00
PERMIT_PACKAGE_CDROM = Yes
.include <bsd.port.mk>