openbsd-ports/devel/p5-Slay-Maker/Makefile
merdely 7ecb9c40fb Slay::Maker is a make engine that uses perl declaration syntax for
rules, including regular expressions for targets and anonymous subs for
targets, dependencies, and actions.

This allows you to tightly integrate a make engine in an application and
to exercise a large amount of control over the make process, taking full
advantage of Perl code at any point in the make cycle.

From Okan Demirmen
ok simon@
2007-11-02 14:46:30 +00:00

22 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/11/02 14:46:30 merdely Exp $
COMMENT= perl make engine using perl code for rules
DISTNAME= Slay-Maker-0.07
CATEGORIES= devel
MODULES= cpan
MAINTAINER= Okan Demirmen <okan@demirmen.com>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-Class-Std-*:devel/p5-Class-Std \
:p5-IPC-Run-*:devel/p5-IPC-Run
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>