2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:44:35 ajacoutot Exp $
|
2007-11-02 14:47:59 +00:00
|
|
|
|
|
|
|
COMMENT= wrapper to Slay::Maker that reads the rules from a file
|
|
|
|
|
2009-06-23 21:48:52 +00:00
|
|
|
DISTNAME= Slay-Makefile-0.12
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 0
|
2007-11-02 14:47:59 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MODULES= cpan
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2007-11-02 14:47:59 +00:00
|
|
|
|
2008-05-18 20:31:55 +00:00
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
2007-11-02 14:47:59 +00:00
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-15 19:45:56 +00:00
|
|
|
RUN_DEPENDS= devel/p5-File-Copy-Recursive \
|
|
|
|
devel/p5-Slay-Maker
|
2007-11-02 14:47:59 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|