mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
82abb1fc35
OK sthen@
27 lines
512 B
Makefile
27 lines
512 B
Makefile
COMMENT = JSON converter that Does What I Want
|
|
|
|
MODULES = cpan
|
|
DISTNAME = JSON-DWIW-0.47
|
|
CATEGORIES = converters
|
|
REVISION = 1
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
MAKE_ENV += CC='${CC}'
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES += gnu
|
|
|
|
# dirty fix to populate autoconf cache; if this is not done we miss
|
|
# protection done by gnu.port.mk for configure detecting gmkdir, etc
|
|
CONFIGURE_SCRIPT= /usr/bin/true
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/libjsonevt
|
|
|
|
TEST_TARGET = test
|
|
|
|
pre-configure:
|
|
${MODGNU_configure}
|
|
|
|
.include <bsd.port.mk>
|