382d900688
* ysh is split into it's own module (YAML::Sh) tested in a bulk build by me maintainer timed-out
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.9 2009/03/24 19:03:44 jasper Exp $
|
|
|
|
COMMENT= YAML ain't a markup language
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= YAML-0.68
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::textproc/p5-XML-Simple
|
|
|
|
.include <bsd.port.mk>
|