18 lines
302 B
Makefile
18 lines
302 B
Makefile
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:46:00 sthen Exp $
|
|
|
|
COMMENT= portable replacement for popen4
|
|
|
|
DISTNAME= systemu-2.6.5
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/ahoward/systemu
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|