21 lines
416 B
Makefile
21 lines
416 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 10:50:21 espie Exp $
|
|
|
|
COMMENT= wrapper to Slay::Maker that reads the rules from a file
|
|
|
|
DISTNAME= Slay-Makefile-0.12
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-File-Copy-Recursive \
|
|
devel/p5-Slay-Maker
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|