20 lines
385 B
Makefile
20 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:21 espie Exp $
|
|
|
|
COMMENT= regression testing software using Slay::Makefile
|
|
|
|
DISTNAME= Slay-Makefile-Gress-0.06
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Slay-Makefile
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|