2019-07-12 20:44:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:44:49 sthen Exp $
|
2017-01-22 22:08:39 +00:00
|
|
|
|
|
|
|
COMMENT = parse Lisp S-Expressions into perl data structures
|
|
|
|
DISTNAME = Data-SExpression-0.41
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Sean Levy <attila@stalphonsos.com>
|
|
|
|
|
|
|
|
# Perl
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2017-01-22 22:08:39 +00:00
|
|
|
|
|
|
|
MODULES = cpan
|
|
|
|
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Deep \
|
|
|
|
devel/p5-Test-Memory-Cycle
|
|
|
|
RUN_DEPENDS = devel/p5-Class-Accessor
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
|
|
|
|
PKG_ARCH = *
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|