19 lines
323 B
Makefile
19 lines
323 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/10/26 23:55:36 jeremy Exp $
|
|
|
|
COMMENT= portable replacement for popen4
|
|
|
|
DISTNAME= systemu-2.5.2
|
|
REVISION = 0
|
|
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>
|