18 lines
309 B
Makefile
18 lines
309 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/18 10:24:08 jasper Exp $
|
|
|
|
COMMENT= portable replacement for popen4
|
|
|
|
DISTNAME= systemu-2.5.2
|
|
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>
|