26 lines
422 B
Makefile
26 lines
422 B
Makefile
COMMENT = simple toml parser
|
|
|
|
DISTNAME = TOML-Parser-0.91
|
|
CPAN_AUTHOR = KARUPA
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = converters/p5-Types-Serialiser \
|
|
devel/p5-common-sense
|
|
TEST_DEPENDS = devel/p5-Test-Deep \
|
|
devel/p5-Test-Deep-Fuzzy
|
|
|
|
CONFIGURE_STYLE = modbuild tiny
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|