393520a7ed
tests from a .t file by doing builds with a Slay::Makefile file. From Okan Demirmen ok simon@
21 lines
462 B
Makefile
21 lines
462 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/02 14:49:10 merdely Exp $
|
|
|
|
COMMENT= regression testing software using Slay::Makefile
|
|
|
|
DISTNAME= Slay-Makefile-Gress-0.04
|
|
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-Slay-Makefile-*:devel/p5-Slay-Makefile
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|