ports/devel/p5-Data-SExpression/Makefile

21 lines
393 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = parse Lisp S-Expressions into perl data structures
DISTNAME = Data-SExpression-0.41
CATEGORIES = devel
MAINTAINER = Sean Levy <attila@stalphonsos.com>
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
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>