20 lines
393 B
Makefile
20 lines
393 B
Makefile
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>
|