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