18 lines
309 B
Makefile
18 lines
309 B
Makefile
# $OpenBSD: Makefile,v 1.6 2015/06/04 14:46:13 jasper Exp $
|
|
|
|
COMMENT= portable replacement for popen4
|
|
|
|
DISTNAME= systemu-2.6.5
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/ahoward/systemu
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|