24 lines
379 B
Makefile
24 lines
379 B
Makefile
COMMENT = XS functions to assist in parsing keyword syntax
|
|
|
|
DISTNAME = XS-Parse-Keyword-0.31
|
|
CPAN_AUTHOR = PEVANS
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
MODULES = cpan
|
|
|
|
BUILD_DEPENDS = devel/p5-ExtUtils-CChecker>=0.11
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|