22 lines
415 B
Makefile
22 lines
415 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:24 espie Exp $
|
|
|
|
COMMENT = read/write YAML files with as little code as possible
|
|
|
|
MODULES = cpan
|
|
DISTNAME = YAML-Tiny-1.50
|
|
CATEGORIES = devel
|
|
USE_GROFF = Yes
|
|
CPAN_AUTHOR = ADAMK
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
TEST_DEPENDS = devel/p5-YAML \
|
|
devel/p5-YAML-Perl \
|
|
devel/p5-YAML-Syck \
|
|
devel/p5-YAML-XS
|
|
|
|
MAKE_ENV += AUTOMATED_TESTING=1
|
|
|
|
.include <bsd.port.mk>
|