23 lines
445 B
Makefile
23 lines
445 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/09/16 09:24:58 espie Exp $
|
|
|
|
COMMENT = parse strings of Lisp style s-expressions
|
|
|
|
DISTNAME = sexp-0.2.1
|
|
REVISION = 4
|
|
CATEGORIES = devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/ruby-rparsec,${MODRUBY_FLAVOR}>=1.0
|
|
|
|
.include <bsd.port.mk>
|